fs_add_tags function

Add a tag to an article

Add a tag to an article

fs_add_tags(article_id, tag, session = fs_get_auth(), debug = FALSE)

Arguments

  • article_id: the id number of the article to create
  • tag: name of the tag to add (or list of tags)
  • session: the authentication credentials from fs_auth

Returns

output of PUT request (invisibly)

Examples

## Not run: fs_add_tag(138, "phylogenetics") ## End(Not run)

References

https://docs.figshare.com

See Also

fs_auth

Author(s)

Carl Boettiger cboettig@gmail.com