1. If 'create_history' is TRUE, then create a history, else work into the existing history defined by 'history_id' (no creation).

  2. Upload the .zip file, obtained by zipping 'input_dir' folder that contains the .csv files

uploadCSVs(env, input_dir, create_history = TRUE, history_name, history_id)

Arguments

env

Siwaa environment

input_dir

Path of folder containing the .csv files.

create_history

Boolean

history_name

Name of history to be created

history_id

Id of existing history

Value

input_data_info Information of uploaded dataset

message