gcite_username: Google Citation Username Searcher

Description Usage Arguments Value Examples

Description

Search Google Citation for an author username

Usage

1
2
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")
}

gcite documentation built on May 2, 2019, 10:15 a.m.