read_tab_import | R Documentation |
import txt, csv and xls files
read_tab_import(file, sep = "\t", dec = ".", sheet = 1)
file |
The file to read |
sep |
The field separator character. Values on each line of the file are separated by this character. |
dec |
The character used in the file for decimal points. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.