fs_upload | R Documentation |
Upload file to an article
fs_upload(article_id, file, session = fs_get_auth())
article_id |
an article id number or a character string (or list) of numbers |
file |
path to file to upload, or character string (or list) of files (paths) |
session |
the authentication credentials from |
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.
Carl Boettiger cboettig@gmail.com
fs_auth
## Not run: id <- fs_create("Title", "description", "figure") fs_upload(id, "file.png") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.