Retrieves publication and citation information from google scholar based on the supplied author names and their google ID (user)
ctmaGetPub(authorList = NULL, flush = FALSE, yearsToExclude = NULL)
list with (cumulative) frequencies and (cumulative) citations in google scholar
list of authors and googe scholar addresses
if TRUE, the cache will be cleared and the data reloaded from Google.
the years to be excluded (default = current year)
# \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