fs_make_private function

Make an article private (draft only?)

Make an article private (draft only?)

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.

Returns

output of PUT request (invisibly)

Examples

## Not run: fs_make_private(123) ## End(Not run)

References

https://docs.figshare.com

See Also

fs_auth

Author(s)

Carl Boettiger cboettig@gmail.com