/seekr

R interface for SEEK API (connection to FAIRDOMHub)

Primary LanguageHTMLMIT LicenseMIT

R Package seekr

R interface for SEEK API (connection to FAIRDOMHub)

DOI

Installation

From the release repo (nib.si)

if (!require(devtools)) {
    install.packages("devtools")
    require(devtools)
}
devtools::install_github("nib-si/seekr")

From the development repo

if (!require(devtools)) {
    install.packages("devtools")
    require(devtools)
}
devtools::install_github("ablejec/seekr")