read_names {campfin} | R Documentation |
Read the first line of a delimited file as vector.
read_names(file, delim = guess_delim(file))
file |
Path to text file. |
delim |
Character separating column names. |
Character vector of column names.
read_names("date,lgl\n11/09/2016,TRUE")