fs_add_tags: Add a tag to an article

View source: R/fs_add_tags.R

fs_add_tagsR Documentation

Add a tag to an article

Description

Add a tag to an article

Usage

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

Value

output of PUT request (invisibly)

Author(s)

Carl Boettiger cboettig@gmail.com

References

https://docs.figshare.com

See Also

fs_auth

Examples

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

## End(Not run)

rfigshare documentation built on May 10, 2022, 1:05 a.m.