Learn R Programming

dwapi (version 0.1.3.1)

upload_files: Upload one or more files to a dataset.

Description

Upload one or more files to a dataset.

Usage

upload_files(dataset, paths)

Arguments

dataset

Dataset URL or path.

paths

List of file paths on local file system.

Value

Server response message.

Examples

Run this code
# NOT RUN {
  dwapi::upload_files(dataset = 'user/dataset',
    paths = c('file1.csv', 'file2.csv'))
# }

Run the code above in your browser using DataLab