muschellij2 / rscopus

Scopus Database API Interface to R
74 stars 16 forks source link

Installation failed: Command failed (1) #10

Closed Faisak closed 5 years ago

Faisak commented 5 years ago

devtools::install_github("muschellij2/rscopus") x <- generic_elsevier_api( query = "ISSN(0004-3702) AND YEAR(2001)", search_type = "scopus") x$content$search-results$opensearch:totalResults

error:

muschellij2 commented 5 years ago

Again, please post a MCVE: https://stackoverflow.com/help/mcve version of R, version of devtools, operating system.

Error in library(rvest) : there is no package called 'rvest'

Install rvest:

install.packages("rvest")