read_csv().tokenizer_delim(delim, quote = "\"", na = "NA", quoted_na = TRUE,
comment = "", trim_ws = TRUE, escape_double = TRUE,
escape_backslash = FALSE)tokenizer_csv(na = "NA", quoted_na = TRUE, quote = "\"", comment = "",
trim_ws = TRUE)
tokenizer_tsv(na = "NA", quoted_na = TRUE, quote = "\"", comment = "",
trim_ws = TRUE)
tokenizer_line(na = character())
tokenizer_log()
tokenizer_fwf(begin, end, na = "NA", comment = "")
tokenizer_ws(na = "NA", comment = "")
character() to indicate no missing values.TRUE, the value """" represents
a single quote, \".escape_double as backslashes
can be used to escape the delimiter character, the quote character, or
to add special characters like \n.