import_stat_units_csv.Rd
Import stat_units from a CSV file.
import_stat_units_csv(
csv_path,
stat_unit = "stat_unit",
optional_data,
delim = ",",
model = analysr_env
)
A path to the csv file.
A string containing the stat_unit label.
A vector containing label to import in descriptions table.
The separator to read csv (not required).
Default: ,
An AnalysR env.
Default: analysr_env
A boolean (TRUE
if no errors)