Learn R Programming

rfigshare (version 0.3.8)

fs_author_search: 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)

References

https://docs.figshare.com

See Also

fs_auth

Examples

Run this code
# NOT RUN {
fs_author_search("Boettiger") 
# }

Run the code above in your browser using DataLab