identifires

knitr::opts_chunk$set(
  warning = FALSE,
  message = FALSE,
  collapse = TRUE,
  comment = "#>"
)

Build Status codecov.io rstudio mirror downloads cran version

identifiers.org API Client

identifiers API Docs

See https://identifiers.org/restws

Install

Development version

devtools::install_github("ropenscilabs/identifires")
library("identifires")

Examples

collections

idf_collections()
idf_collections(ids = "MIR:00000008")
idf_collections(names = "pdb")
idf_collections(providers = "pdb")

resources

idf_resources()
idf_resources(ids = "MIR:00100675")

validate

idf_validate(ids = "MIR:00100675")

not made yet

metadata

Meta



ropenscilabs/identifires documentation built on May 14, 2022, 8:04 p.m.