Update import.Rmd (#787)

This commit is contained in:
Pablo E 2020-01-15 19:30:28 +01:00 committed by Hadley Wickham
parent 2182ff6248
commit 602baae78c
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,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.
1. The column might contain a lot of missing values. If the first 1000
rows contain only `NA`s, readr will guess that it's a character
rows contain only `NA`s, readr will guess that it's a logical
vector, whereas you probably want to parse it as something more
specific.