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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41e8d70 · Oct 24, 2022
Sep 5, 2022
Jan 7, 2022
Jan 7, 2022
Oct 23, 2019
Jan 7, 2022
Jan 7, 2022
Jul 15, 2021
Oct 12, 2019
Jan 7, 2022
Oct 30, 2021
Nov 16, 2021
Nov 23, 2021
Jan 7, 2022
Oct 24, 2022
Oct 23, 2019

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