Description Usage Arguments Value
To do so, the function checks whether the args are NULL which is also there default. If more or less than are not NULL, the function throws an error. If exactly one argument is specified, the functions reads the data it contains and returns it in a data frame.
1 | check_data_args(df = NULL, csv = NULL, svc = FALSE)
|
df |
Data frame that contains the data which is to be examined. |
csv |
Character that specifies the path to the csv file that is to be read. |
svc |
Logical that indicates whether the data shall be parsed using ruODK's |
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.