Clarify plaintext and fix punctuation (#1251)

This commit is contained in:
Zeki Akyol
2023-01-28 00:03:36 +03:00
committed by GitHub
parent 96f4ad4b7c
commit feaf9545fd
4 changed files with 5 additions and 5 deletions

View File

@@ -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.