From 602baae78cb56fde3c54d8647b176cab5aedc44f Mon Sep 17 00:00:00 2001 From: Pablo E Date: Wed, 15 Jan 2020 19:30:28 +0100 Subject: [PATCH] Update import.Rmd (#787) --- import.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.Rmd b/import.Rmd index f62b8bd..dcd9ad9 100644 --- a/import.Rmd +++ b/import.Rmd @@ -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.