tableReader | R Documentation |
A robust function for reading tables
tableReader(filename, header = TRUE, delims = c("\t", ",", ";"))
filename |
Name of file to be read. |
header |
Boolean of whether header should be included or not |
delims |
delimiter options to use when reading table |
This function reads text based tables and recognizes which of the three common separates that are used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.