Learn R Programming

rfigshare (version 0.3-0)

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

http://api.figshare.com

See Also

fs_auth

Examples

Run this code
## Not run: 
# fs_make_private(123)
# ## End(Not run)

Run the code above in your browser using DataLab