Description Usage Arguments Value
x_read() Functions to read data frames to plain text delimited files
while retaining factor levels
x_write() Functions to write data frames to plain text delimited files
while retaining factor levels
| 1 2 3 | 
| x_name | path to store the file of the data frame. | 
| x | a data frame. | 
| file_path | path to store the companion file. | 
x_read() returns a data frame read from files.
An error is raised if the input is not a dataframe, or files not found.
x_write() returns nothing.
An error is raised if the input is not a dataframe, or files not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.