Learn R Programming

rfigshare (version 0.3.8)

fs_create_author: 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 fs_auth. If not provided, will attempt to load from cache as long as figshare_auth has been run.

debug

return PUT request visibly?

Value

author ID numbers

References

https://docs.figshare.com

See Also

fs_auth

Examples

Run this code
# NOT RUN {
fs_create_author("Benjamin Franklin") 
# }

Run the code above in your browser using DataLab