isajsonr is an R package for easily reading, modifying and writing files in the Investigation/Study/Assay (ISA) Abstract Model of the metadata framework using the JSON format.
- Install from CRAN:
install.packages("isajsonr")
- Install latest development version from GitHub (requires remotes package):
remotes::install_github("Biometris/isajsonr", ref = "develop", dependencies = TRUE)