fs_make_private {rfigshare} | R Documentation |
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 |
Value
output of PUT request (invisibly)
Author(s)
Carl Boettiger cboettig@gmail.com
References
See Also
Examples
## Not run:
fs_make_private(123)
## End(Not run)
[Package rfigshare version 0.3.8 Index]