Description Usage Arguments Value
Read in input file and store as data.frame. Call check_input() to check data format.
1 | read_input(filename, header = "auto", sep = "auto")
|
filename |
path to input file |
header |
a logical value indicating whether the file contains the names of the variables as its first line |
sep |
the field character seperator, see |
list contaiing input data.table and list of boolean variables indicating input format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.