fs_add_tags {rfigshare}R 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)

[Package rfigshare version 0.3.8 Index]