Skip to content
/ seekr Public

R interface for SEEK API (connection to FAIRDOMHub)

License

Notifications You must be signed in to change notification settings

NIB-SI/seekr

Repository files navigation

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")