From 6517a1ca3c1c2e222aa2442dfa59a281635ce728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mine=20=C3=87etinkaya-Rundel?= Date: Wed, 8 Nov 2023 23:46:29 -0500 Subject: [PATCH] Add links to Excel files, closes #1467 --- spreadsheets.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spreadsheets.qmd b/spreadsheets.qmd index 65c190b..3d42f18 100644 --- a/spreadsheets.qmd +++ b/spreadsheets.qmd @@ -46,7 +46,7 @@ For the rest of the chapter we will focus on using `read_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 . ```{r} #| 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. @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 . Each worksheet contains information on penguins from a different island where data were collected. ```{r}