load_table | R Documentation |
Load a delimited text file
load_table(obj)
obj |
A domain object. |
Read a file in table format and casts it as a tbl_df (dplyr) object. It must be passed a valid domain object, that may also contain a FileSettings object. The FileSettings object must then contain at least one named item to specify the seperator (sep). If FileSettings is missing default options are used per read.csv. For full description of FileSettings options see the arguments list for read.table
A tbl_df object containing the loaded data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.