README-NOT.md

Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

IEEER: R interface to the IEEE Xplore Gateway

IEEE stands for the Institute of Electrical and Electronic Engineers. It publishes well over 100 peer-reviewed journals from IEEE Antennas and Propagation to IEEE Nuclear to IEEE Ultrasonics, Ferroelectrics & Frequency Control Society.

The IEEER package is an R interface to the IEEE Xplore Search Gateway.

Installation

The package is not currently available on CRAN. To install, use install_github() in the devtools package. (With build_vignettes=TRUE, the vignettes will be built and installed.)

install.packages("devtools")
library(devtools)
install_github("ropensci/IEEER", build_vignettes=TRUE)

Basic usage

The main function is IEEE_search(). Here's an example of its use:

library(IEEER)
z <- IEEE_search(query = list(au="Rabiner, L"), limit=20)
nrow(z)
z[,c("authors", "title")]

Links

License

Licensed under the MIT license. (More information here.)

ropensci footer



ropensci/IEEER documentation built on May 18, 2022, 8:58 a.m.