View source: R/gcite_username.R
gcite_username | R Documentation |
Search Google Citation for an author username
gcite_username(author, verbose = TRUE, ask = TRUE, secure = TRUE, ...)
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 |
A character vector of the username of the author
if (!is_travis() & !is_cran()) {
gcite_username("John Muschelli")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.