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

cwdata

R build status

The goal of cwdata is to ...

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("petestylianos/cwdata")

Example

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

library(cwdata)
library(tibble)
key_crop_yields 
n_countries(key_crop_yields)


petestylianos/cwdata documentation built on Oct. 17, 2020, 1:49 a.m.