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

cwdata2

R build status

The goal of cwdata2 is to provide datasets and functions for use in the ETC5523 'Communicating with Data' course.

Installation

The development version can be installed from GitHub with:

# install.packages("devtools")
devtools::install_github("prigrecov/cwdata2")

Example

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

library(cwdata2)
library(tibble)
key_crop_yields
n_countries(key_crop_yields)


prigrecov/cwdata2 documentation built on Dec. 31, 2020, 2:06 a.m.