fs_author_search {rfigshare}R 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) 

[Package rfigshare version 0.3.8 Index]