text_to_columns(text, header = TRUE, sep = "", quote = "",
dec = ".", encoding = "unknown", ...)text_to_columns_csv(text, header = TRUE, sep = ",", quote = "",
dec = ".", encoding = "unknown", ...)
text_to_columns_csv2(text, header = TRUE, sep = ";", quote = "",
dec = ",", encoding = "unknown", ...)
text_to_columns_tab(text, header = TRUE, sep = "\t", quote = "",
dec = ".", encoding = "unknown", ...)
text_to_columns_tab2(text, header = TRUE, sep = "\t", quote = "",
dec = ",", encoding = "unknown", ...)