read_file | R Documentation |
Read tabular data - file input can only be tab-delimited text or csv.
read_file(filename, sep = "\t")
filename |
String with path to file |
sep |
The field separator character. Values on each line of the file are separated by this character. |
... |
Additional parameters passed to |
The data frame stored in file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.