grattan / R_at_Grattan

Using R at Grattan
https://grattan.github.io/R_at_Grattan/
Creative Commons Zero v1.0 Universal
7 stars 3 forks source link

Chapter: importing data #21

Closed MattCowgill closed 3 years ago

MattCowgill commented 5 years ago

Ideas of stuff to cover:

wfmackey commented 5 years ago

Also give a quick summary of the way read.csv, read_csv and fread works -- and the downsides of each. (eg read_csv will default a guess to logical if the first X rows have missing values -> won't read later non-logical observations. Kate had this issue kinda recently.).

wfmackey commented 5 years ago

Also re project concept: this is an area where that wouldn't really work, AND would be better to provide examples of reading in data that people are likely to read in themselves.

eg

wfmackey commented 4 years ago

obs cover grattandata::read_microdata.

MattCowgill commented 4 years ago

obvs