View source: R/elaborator_load_and_check.R
elaborator_load_and_check | R Documentation |
loading function for elaborator data, also performs checks for required variables
elaborator_load_and_check(
data_switch = "*.RData file",
rdata_file_path = NULL,
csv_file_path = NULL,
loaded_file = NULL,
separator = NULL,
quote = NULL,
decimal = NULL
)
data_switch |
app widgets input wheter rdata or csv files or demo data should be uploaded |
rdata_file_path |
path of rdata file |
csv_file_path |
path of csv file |
loaded_file |
saved file for demo data (outdated) |
separator |
separator (for csv file upload only) |
quote |
quote (for csv file upload only) |
decimal |
decimal (for csv file upload only) |
list with data and error message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.