fs_make_private: Make an article private (draft only?)

View source: R/fs_make_private.R

fs_make_privateR 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 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)

Author(s)

Carl Boettiger cboettig@gmail.com

References

https://docs.figshare.com

See Also

fs_auth

Examples

## Not run: 
fs_make_private(123)

## End(Not run)

rfigshare documentation built on May 10, 2022, 1:05 a.m.