Learn R Programming

rfigshare (version 0.3.8)

fs_add_tags: 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)

References

https://docs.figshare.com

See Also

fs_auth

Examples

Run this code
# NOT RUN {
 fs_add_tag(138, "phylogenetics") 
# }

Run the code above in your browser using DataLab