50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

CoTiMA (version 0.7.0)

ctmaGetPub: ctmaGetPub

Description

Retrieves publication and citation information from google scholar based on the supplied author names and their google ID (user)

Usage

ctmaGetPub(authorList = NULL, flush = FALSE, yearsToExclude = NULL)

Value

list with (cumulative) frequencies and (cumulative) citations in google scholar

Arguments

authorList

list of authors and googe scholar addresses

flush

if TRUE, the cache will be cleared and the data reloaded from Google.

yearsToExclude

the years to be excluded (default = current year)

Examples

Run this code
# \donttest{
pubList_8 <- ctmaGetPub(authorList = list( c("J; de Jonge",
              "https://scholar.google.de/citations?hl=de&user=0q27IckAAAAJ"),
              c("Arnold B.; Bakker", "user=FTl3bwUAAAAJ"),
              c("Evangelia; Demerouti", "user=9mj5LvMAAAAJ"),
              c("Joachim; Stoeber", "user=T9xdVusAAAAJ"),
              c("Claude; Fernet", "user=KwzjP4sAAAAJ"),
              c("Frederic; Guay", "user=99vnhX4AAAAJ"),
              c("Caroline; Senecal", "user=64ArFWQAAAAJ"),
              c("Stéphanie; Austin", "user=PPyTI7EAAAAJ")),
              flush=FALSE)
summary(pubList_8)
# }

Run the code above in your browser using DataLab