Skip to content

Commit 4d901d5

Browse files
minor polish
1 parent 35b6a81 commit 4d901d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reading.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ found in Chapter \@ref(move-to-your-own-machine).
12521252
- If you read the subsection on obtaining data from the web via scraping and
12531253
APIs, we provide two companion tutorial video links for how to use the
12541254
SelectorGadget tool to obtain desired CSS selectors for:
1255-
- [extracting the price and size data for apartment listings on Craigslist](https://dmi3kno.github.io/polite/)
1256-
- [extracting Canadian city names and 2016 census populations from Wikipedia](https://www.youtube.com/embed/O9HKbdhqYzk)
1255+
- [extracting the data for apartment listings on Craigslist](https://dmi3kno.github.io/polite/), and
1256+
- [extracting Canadian city names and 2016 populations from Wikipedia](https://www.youtube.com/embed/O9HKbdhqYzk).
12571257
- The [`polite` R package](https://dmi3kno.github.io/polite/) [@polite] provides
12581258
a set of tools for responsibly scraping data from websites.

viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ found in Chapter \@ref(move-to-your-own-machine).
15351535
- The [`theme` function documentation](https://ggplot2.tidyverse.org/reference/theme.html)
15361536
is an excellent reference to see how you can fine tune the non-data aspects
15371537
of your visualization.
1538-
- *R for Data Science* has a chapter on [dates and
1538+
- *R for Data Science* [@wickham2016r] has a chapter on [dates and
15391539
times](https://r4ds.had.co.nz/dates-and-times.html). This chapter is where
15401540
you should look if you want to learn about `date` vectors, including how to
15411541
create them, and how to use them to effectively handle durations, periods and

0 commit comments

Comments
 (0)