fs_author_search: Search for an author

View source: R/fs_author_search.R

fs_author_searchR Documentation

Search for an author

Description

Function to search for authors

Usage

fs_author_search(author, session = fs_get_auth(), debug = FALSE)

Arguments

author

a string to search for (name, can include spaces)

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

toggle debugging mode

Value

output of PUT request (invisibly)

Author(s)

Carl Boettiger cboettig@gmail.com

References

https://docs.figshare.com

See Also

fs_auth

Examples

## Not run: 
fs_author_search("Boettiger") 

## End(Not run) 

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