Learn R Programming

gcite (version 0.10.1)

gcite_username: Google Citation Username Searcher

Description

Search Google Citation for an author username

Usage

gcite_username(author, verbose = TRUE, ask = TRUE, secure = TRUE,
  ...)

Value

A character vector of the username of the author

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

Examples

Run this code
if (!is_travis() & !is_cran()) {
gcite_username("John Muschelli")
}

Run the code above in your browser using DataLab