diff --git a/import.Rmd b/import.Rmd index 37f977b..f62b8bd 100644 --- a/import.Rmd +++ b/import.Rmd @@ -120,9 +120,8 @@ If you've used R before, you might wonder why we're not using `read.csv()`. Ther 1. Sometimes strings in a CSV file contain commas. To prevent them from causing problems they need to be surrounded by a quoting character, like - `"` or `'`. By convention, `read_csv()` assumes that the quoting - character will be `"`, and if you want to change it you'll need to - use `read_delim()` instead. What arguments do you need to specify + `"` or `'`. By default, `read_csv()` assumes that the quoting + character will be `"`. What argument to `read_csv()` do you need to specify to read the following text into a data frame? ```{r, eval = FALSE}