powered by
Read the first line of a delimited file as vector.
read_names(file, delim = guess_delim(file))
Character vector of column names.
Path to text file.
Character separating column names.
read_names("date,lgl\n11/09/2016,TRUE")
Run the code above in your browser using DataLab