Fix figure manipulation
This commit is contained in:
		@@ -50,8 +50,8 @@ Reading spreadsheets</h2>
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure id="fig-penguins-species"><p><img src="images/import-spreadsheets-students.png" alt="A look at the students spreadsheet in Excel. The spreadsheet contains information on 6 students, their ID, full name, favourite food, meal plan, and age." width="1200"/></p>
 | 
			
		||||
<figcaption>Figure 20.1: Spreadsheet called students.xlsx in Excel.</figcaption>
 | 
			
		||||
<figure id="fig-students-excel"><p><img src="images/import-spreadsheets-students.png" alt="A look at the students spreadsheet in Excel. The spreadsheet contains information on 6 students, their ID, full name, favourite food, meal plan, and age." width="1200"/></p>
 | 
			
		||||
<figcaption>Spreadsheet called students.xlsx in Excel.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
@@ -188,8 +188,8 @@ Reading individual sheets</h2>
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure class="figure"><p><img src="images/import-spreadsheets-penguins-islands.png" alt="A look at the penguins spreadsheet in Excel. The spreadsheet contains has three sheets: Torgersen Island, Biscoe Island, and Dream Island." width="1514"/></p>
 | 
			
		||||
<figcaption class="figure-caption">Figure 20.2: Spreadsheet called penguins.xlsx in Excel.</figcaption>
 | 
			
		||||
<figure id="fig-penguins-islands"><p><img src="images/import-spreadsheets-penguins-islands.png" alt="A look at the penguins spreadsheet in Excel. The spreadsheet contains has three sheets: Torgersen Island, Biscoe Island, and Dream Island." width="1514"/></p>
 | 
			
		||||
<figcaption>Spreadsheet called penguins.xlsx in Excel.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
@@ -270,8 +270,8 @@ Reading part of a sheet</h2>
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure class="figure"><p><img src="images/import-spreadsheets-deaths.png" alt="A look at the deaths spreadsheet in Excel. The spreadsheet has four rows on top that contain non-data information; the text 'For the same of consistency in the data layout, which is really a beautiful thing, I will keep making notes up here.' is spread across cells in these top four rows. Then, there is a data frame that includes information on deaths of 10 famous people, including their names, professions, ages, whether they have kids or not, date of birth and death. At the bottom, there are four more rows of non-data information; the text 'This has been really fun, but we're signing off now!' is spread across cells in these bottom four rows." width="1614"/></p>
 | 
			
		||||
<figcaption class="figure-caption">Figure 20.3: Spreadsheet called deaths.xlsx in Excel.</figcaption>
 | 
			
		||||
<figure id="fig-deaths-excel"><p><img src="images/import-spreadsheets-deaths.png" alt="A look at the deaths spreadsheet in Excel. The spreadsheet has four rows on top that contain non-data information; the text 'For the same of consistency in the data layout, which is really a beautiful thing, I will keep making notes up here.' is spread across cells in these top four rows. Then, there is a data frame that includes information on deaths of 10 famous people, including their names, professions, ages, whether they have kids or not, date of birth and death. At the bottom, there are four more rows of non-data information; the text 'This has been really fun, but we're signing off now!' is spread across cells in these bottom four rows." width="1614"/></p>
 | 
			
		||||
<figcaption>Spreadsheet called deaths.xlsx in Excel.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
@@ -398,8 +398,8 @@ write_xlsx(bake_sale, path = "data/bake-sale.xlsx")</pre>
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure class="figure"><p><img src="images/import-spreadsheets-bake-sale.png" alt="Bake sale data frame created earlier in Excel." width="917"/></p>
 | 
			
		||||
<figcaption class="figure-caption">Figure 20.4: Spreadsheet called bake_sale.xlsx in Excel.</figcaption>
 | 
			
		||||
<figure id="fig-bake-sale-excel"><p><img src="images/import-spreadsheets-bake-sale.png" alt="Bake sale data frame created earlier in Excel." width="917"/></p>
 | 
			
		||||
<figcaption>Spreadsheet called bake_sale.xlsx in Excel.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
@@ -477,8 +477,8 @@ writeDataTable(
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure class="figure"><p><img src="images/import-spreadsheets-penguins-species.png" alt="A look at the penguins spreadsheet in Excel. The spreadsheet contains has three sheets: Torgersen Island, Biscoe Island, and Dream Island." width="1106"/></p>
 | 
			
		||||
<figcaption class="figure-caption">Figure 20.5: Spreadsheet called penguins.xlsx in Excel.</figcaption>
 | 
			
		||||
<figure id="fig-penguins-species"><p><img src="images/import-spreadsheets-penguins-species.png" alt="A look at the penguins spreadsheet in Excel. The spreadsheet contains has three sheets: Torgersen Island, Biscoe Island, and Dream Island." width="1106"/></p>
 | 
			
		||||
<figcaption>Spreadsheet called penguins.xlsx in Excel.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user