Learn R Programming

rfigshare (version 0.3.8)

fs_make_private: Make an article private (draft only?)

Description

Make an article private (draft only?)

Usage

fs_make_private(article_id, session = fs_get_auth())

Arguments

article_id

the id number of the article

session

(optional) the authentication credentials from fs_auth. If not provided, will attempt to load from cache as long as fs_auth has been run.

Value

output of PUT request (invisibly)

References

https://docs.figshare.com

See Also

fs_auth

Examples

Run this code
# NOT RUN {
fs_make_private(123)
# }

Run the code above in your browser using DataLab