Last chance! 50% off unlimited learning
Sale ends in
Upload file to an article
fs_upload(article_id, file, session = fs_get_auth())
an article id number or a character string (or list) of numbers
path to file to upload, or character string (or list) of files (paths)
the authentication credentials from fs_auth
(optional)
Articles may be draft, private or public but all uploads are saved as draft changes - the canonical public version of the deposit is not updated. To update the public version of the repository, use fs_make_public
. Only articles of type "fileset" can have multiple files uploaded.
If only a single id number is given but a character string of files is given, then be sure that the id corresponds to an object of type "fileset". If article_id list has more than one id, then there must be a corresponding file path for each id.
# NOT RUN {
id <- fs_create("Title", "description", "figure")
fs_upload(id, "file.png")
# }
Run the code above in your browser using DataLab