fs_make_public function

Make an article public (for private or draft articles)

Make an article public (for private or draft articles)

fs_make_public(article_id, session = fs_get_auth())

Arguments

  • article_id: the id number of the article
  • session: (optional) the authentication credentials from fs_auth.

Returns

output of PUT request (invisibly)

Details

This function will make a draft or private article public, assigning it a DOI and making it permanently available through Figshare. If you use fs_upload to add new files to an existing public deposit, you must then use fs_make_public for those changes to be made in the public version of the repository.

Note

NOTE: Public articles are assigned DOIs and cannot be deleted or made private once declared public! Public articles do not count against your quota space.

Examples

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

References

https://docs.figshare.com

See Also

fs_auth

Author(s)

Carl Boettiger cboettig@gmail.com