Fixing typos in import.Rmd (#312)
This commit is contained in:
parent
8ef3120b97
commit
4ac126bc08
|
@ -441,7 +441,7 @@ These defaults don't always work for larger files. There are two basic problems:
|
||||||
a column of doubles that only contains integers in the first 1000 rows.
|
a column of doubles that only contains integers in the first 1000 rows.
|
||||||
|
|
||||||
1. The column might contain a lot of missing values. If the first 1000
|
1. The column might contain a lot of missing values. If the first 1000
|
||||||
rows contains only `NA`s, readr will guess that it's a character
|
rows contain only `NA`s, readr will guess that it's a character
|
||||||
vector, whereas you probably want to parse it as something more
|
vector, whereas you probably want to parse it as something more
|
||||||
specific.
|
specific.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue