File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ found in Chapter \@ref(move-to-your-own-machine).
1252
1252
- If you read the subsection on obtaining data from the web via scraping and
1253
1253
APIs, we provide two companion tutorial video links for how to use the
1254
1254
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).
1257
1257
- The [`polite` R package](https://dmi3kno.github.io/polite/) [@polite] provides
1258
1258
a set of tools for responsibly scraping data from websites.
Original file line number Diff line number Diff line change @@ -1535,7 +1535,7 @@ found in Chapter \@ref(move-to-your-own-machine).
1535
1535
- The [ ` theme ` function documentation] ( https://ggplot2.tidyverse.org/reference/theme.html )
1536
1536
is an excellent reference to see how you can fine tune the non-data aspects
1537
1537
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
1539
1539
times] ( https://r4ds.had.co.nz/dates-and-times.html ) . This chapter is where
1540
1540
you should look if you want to learn about ` date ` vectors, including how to
1541
1541
create them, and how to use them to effectively handle durations, periods and
You can’t perform that action at this time.
0 commit comments