README.md

carbon

License: GPL
v3 Codecov test
coverage R-CMD-check

The goal of carbon is to serve as an example package for the CSEE 2021 workshop on R package development for research.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("VLucet/carbon")

Example

This is a basic example:

library(carbon)
ppm_from_date("1996-10-29")
#> [1] 360.13


VLucet/carbon documentation built on Dec. 18, 2021, 6:13 p.m.