elaborator_load_and_check {elaborator} | R Documentation |
loading function for elaborator data, also performs checks for required variables
Description
loading function for elaborator data, also performs checks for required variables
Usage
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
)
Arguments
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) |
Value
list with data and error message
[Package elaborator version 1.3.5 Index]