knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

fco2r

O objetivo desse pacote é divulgar os dados de concentração de CO~2~ atmosférico disponível no site da NASA, e NOOA.

Installation

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

# install.packages("devtools")
devtools::install_github("arpanosso/fco2r")

Example

This is a basic example which shows you how to solve a common problem:

library(fco2r)
## basic example code


arpanosso/fco2r documentation built on July 26, 2022, 7:35 p.m.