fs_create_author {rfigshare} | R Documentation |
Creates a figshare author
Description
Creates a figshare author
Usage
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 |
debug |
return PUT request visibly? |
Value
author ID numbers
Author(s)
Carl Boettiger cboettig@gmail.com
References
See Also
Examples
## Not run:
fs_create_author("Benjamin Franklin")
## End(Not run)
[Package rfigshare version 0.3.8 Index]