fs_create_author: Creates a figshare author

View source: R/fs_create_author.R

fs_create_authorR 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 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

Author(s)

Carl Boettiger cboettig@gmail.com

References

https://docs.figshare.com

See Also

fs_auth

Examples

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

## End(Not run) 

rfigshare documentation built on May 10, 2022, 1:05 a.m.