fs_add_links {rfigshare} | R Documentation |
Add link to article
Description
Adds url links to the metadata of an article
Usage
fs_add_links(article_id, link, session = fs_get_auth(), debug = FALSE)
Arguments
article_id |
the id number of the article |
link |
the url you wish to add (can be list of urls) |
session |
(optional) the authentication credentials from |
debug |
logical, should function return details of PUT request? |
Value
output of PUT request (invisibly)
Author(s)
Carl Boettiger cboettig@gmail.com
References
See Also
Examples
## Not run:
fs_add_links(138, list("http://carlboettiger.info", "http://ropensci.org"))
## End(Not run)
[Package rfigshare version 0.3.8 Index]