R/read-names.R
read_names.Rd
Read the first line of a delimited file as vector.
read_names(file, delim = guess_delim(file))
Path to text file.
Character separating column names.
Character vector of column names.
read_names("date,lgl\n11/09/2016,TRUE") #> [1] "date" "lgl"