fs_create_author function

Creates a figshare author

Creates a figshare author

fs_create_author(full_name, session = fs_get_auth(), debug = FALSE)

Arguments

  • full_name: full name of the author to create
  • session: (optional) the authentication credentials from fs_auth. If not provided, will attempt to load from cache as long as figshare_auth has been run.
  • debug: return PUT request visibly?

Returns

author ID numbers

Examples

## Not run: fs_create_author("Benjamin Franklin") ## End(Not run)

References

https://docs.figshare.com

See Also

fs_auth

Author(s)

Carl Boettiger cboettig@gmail.com