R interface for SEEK API (connection to FAIRDOMHub)
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")