powered by
Add a single file to a dataset.
add_file_by_source(dataset, name, url)
Dataset URL or path.
File name including the file extension. If a file by that name already exists in the dataset, the file will be updated/overwritten.
Source URL of file.
Object of type success_message.
success_message
# NOT RUN { dwapi::add_file_by_source(dataset = 'user/dataset', name = 'file.csv', url = 'https://data.world/some_file.csv') # }
Run the code above in your browser using DataLab