read_loaded_df {dataCompare} | R Documentation |
read data loaded from an input file
Description
read data loaded from an input file
Usage
read_loaded_df(input_file_data, file_sep = ";")
Arguments
input_file_data |
the link of the data to load |
file_sep |
the separator used to read the csv data. Possible values are : semi column";", comma"," or column":" |
Value
An object of 'data.frame' class read from user input or a validation message
[Package dataCompare version 1.0.0 Index]