gcite_username {gcite} | R Documentation |
Google Citation Username Searcher
Description
Search Google Citation for an author username
Usage
gcite_username(author, verbose = TRUE, ask = TRUE, secure = TRUE,
...)
Arguments
author |
author name separated by spaces |
verbose |
Verbose diagnostic printing |
ask |
If multiple authors are found, should a menu be given |
secure |
use https vs. http |
... |
arguments passed to |
Value
A character vector of the username of the author
Examples
if (!is_travis() & !is_cran()) {
gcite_username("John Muschelli")
}
[Package gcite version 0.10.1 Index]