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 |
debug |
toggle debugging mode |
Value
output of PUT request (invisibly)
Author(s)
Carl Boettiger cboettig@gmail.com
References
See Also
Examples
## Not run:
fs_author_search("Boettiger")
## End(Not run)
[Package rfigshare version 0.3.8 Index]