gcite_username: Google Citation Username Searcher

Description Usage Arguments Value Examples

View source: R/gcite_username.R

Description

Search Google Citation for an author username

Usage

1
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 GET

Value

A character vector of the username of the author

Examples

1
2
3
if (!is_travis() & !is_cran()) {
gcite_username("John Muschelli")
}

muschellij2/gcite documentation built on Oct. 31, 2021, 9:21 p.m.