powered by
Create object for adding a dataset file.
file_create_request(file_name, url, description = NULL, labels = NULL)
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 for file.
(optional) File description.
(optional) List of file labels ("raw data", "documentation", "visualization", "clean data", "script" or "report").
Object of type file_create_request.
file_create_request
create_dataset, replace_dataset
create_dataset
replace_dataset
# NOT RUN { file_create_req <- dwapi::file_create_request(file_name = "file.csv", url = "https://data.world/file.csv", description = "My CSV file", labels = list("raw data")) # }
Run the code above in your browser using DataLab