fs_add_links | R Documentation |
Adds url links to the metadata of an article
fs_add_links(article_id, link, session = fs_get_auth(), debug = FALSE)
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? |
output of PUT request (invisibly)
Carl Boettiger cboettig@gmail.com
fs_auth
## Not run: fs_add_links(138, list("http://carlboettiger.info", "http://ropensci.org")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.