add_file_by_source: Add a single file to a dataset.

Description Usage Arguments Value Examples

Description

Add a single file to a dataset.

Usage

1

Arguments

dataset

Dataset URL or path.

name

File name including the file extension. If a file by that name already exists in the dataset, the file will be updated/overwritten.

url

Source URL of file.

Value

Object of type success_message.

Examples

1
2
3
4
5
## Not run: 
  dwapi::add_file_by_source(dataset = 'user/dataset',
    name = 'file.csv', url = 'https://data.world/some_file.csv')

## End(Not run)

dwapi documentation built on May 1, 2019, 11:18 p.m.