Add a tag to an article
fs_add_tags(article_id, tag, session = fs_get_auth(), debug = FALSE)
article_id
: the id number of the article to createtag
: name of the tag to add (or list of tags)session
: the authentication credentials from fs_auth
output of PUT request (invisibly)
## Not run: fs_add_tag(138, "phylogenetics") ## End(Not run)
fs_auth
Carl Boettiger cboettig@gmail.com
Useful links