powered by
Adds url links to the metadata of an article
fs_add_links(article_id, link, session = fs_get_auth(), debug = FALSE)
the id number of the article
the url you wish to add (can be list of urls)
(optional) the authentication credentials from fs_auth. If not provided, will attempt to load from cache as long as authentication has been run.
fs_auth
logical, should function return details of PUT request?
output of PUT request (invisibly)
https://docs.figshare.com
# NOT RUN { fs_add_links(138, list("http://carlboettiger.info", "http://ropensci.org")) # }
Run the code above in your browser using DataLab