Uploads the file to the server from path and creates a dataset from it. See supported file formats.

dai.upload_dataset(path, progress = getOption("dai.progress", TRUE))

Arguments

path

Local path at the client computer.

progress

Whether to display a progress bar.

Value

DAIFrame representing the dataset.

See also

Examples