| read_delim_file | R Documentation | 
Read in delimited data Drop any empty columns Remove spaces from column names
read_delim_file(filename, delim = "\t", type = "basic", col_names = TRUE)
| filename | Character vector containing path to file | 
| delim | Delimiter of file, tab by default | 
| type | Basic is a basic delimited file, but special handling for ncbi or vipr | 
The cleaned dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.