Clarify plaintext and fix punctuation (#1251)
This commit is contained in:
@@ -275,7 +275,7 @@ It then works through the following questions:
|
||||
[^data-import-2]: You can override the default of 1000 with the `guess_max` argument.
|
||||
|
||||
- Does it contain only `F`, `T`, `FALSE`, or `TRUE` (ignoring case)? If so, it's a logical.
|
||||
- Does it contain only numbers (e.g., `1`, `-4.5`, `5e6`, `Inf`)? If so, it's a number.
|
||||
- Does it contain only numbers (e.g. `1`, `-4.5`, `5e6`, `Inf`)? If so, it's a number.
|
||||
- Does it match the ISO8601 standard? If so, it's a date or date-time. (We'll return to date-times in more detail in @sec-creating-datetimes).
|
||||
- Otherwise, it must be a string.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user