Skip to content

geomarker-io/codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoDEC

R-CMD-check Lifecycle: stable

The goal of the R package {codec} is to support CoDEC data infrastructure through

  • defining the CoDEC tabular-data-resource (TDR) specifications: vignette("specs")
  • providing tools to check TDRs against the CoDEC specifications
  • creation and hosting of an interactive data catalog and explorer: vignette("data")
  • providing an R-based interface for retreiving CoDEC data (codec_data())

Installation

You can install the development version of codec from GitHub with:

# install.packages("devtools")
devtools::install_github("geomarker-io/codec")