| read_names | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.