fix punctuation (#1149)
This commit is contained in:
@@ -256,7 +256,7 @@ Once you've mastered `read_csv()`, using readr's other functions is straightforw
|
||||
|
||||
## Controlling column types {#sec-col-types}
|
||||
|
||||
A CSV file doesn't contain any information about the type of each variable (i.e. whether it's a logical, number, string, etc), so readr will try to guess the type.
|
||||
A CSV file doesn't contain any information about the type of each variable (i.e. whether it's a logical, number, string, etc.), so readr will try to guess the type.
|
||||
This section describes how the guessing process works, how to resolve some common problems that cause it to fail, and if needed, how to supply the column types yourself.
|
||||
Finally, we'll mention a couple of general strategies that are a useful if readr is failing catastrophically and you need to get more insight in to the structure of your file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user