Add links to Excel files, closes #1467

This commit is contained in:
Mine Çetinkaya-Rundel 2023-11-08 23:46:29 -05:00
parent b17cbcf5ce
commit 6517a1ca3c
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ For the rest of the chapter we will focus on using `read_excel()`.
### Reading Excel spreadsheets {#sec-reading-spreadsheets-excel} ### Reading Excel spreadsheets {#sec-reading-spreadsheets-excel}
@fig-students-excel shows what the spreadsheet we're going to read into R looks like in Excel. @fig-students-excel shows what the spreadsheet we're going to read into R looks like in Excel. This spreadsheet can be downloaded an Excel file from <https://docs.google.com/spreadsheets/d/1V1nPp1tzOuutXFLb3G9Eyxi3qxeEhnOXUzL5_BcCQ0w/>.
```{r} ```{r}
#| label: fig-students-excel #| label: fig-students-excel
@ -181,7 +181,7 @@ You should also not be afraid of doing what we did here: load the data, take a p
An important feature that distinguishes spreadsheets from flat files is the notion of multiple sheets, called worksheets. An important feature that distinguishes spreadsheets from flat files is the notion of multiple sheets, called worksheets.
@fig-penguins-islands shows an Excel spreadsheet with multiple worksheets. @fig-penguins-islands shows an Excel spreadsheet with multiple worksheets.
The data come from the **palmerpenguins** package. The data come from the **palmerpenguins** package, and you can download this spreadsheet as an Excel file from <https://docs.google.com/spreadsheets/d/1aFu8lnD_g0yjF5O-K6SFgSEWiHPpgvFCF0NY9D6LXnY/>.
Each worksheet contains information on penguins from a different island where data were collected. Each worksheet contains information on penguins from a different island where data were collected.
```{r} ```{r}