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 provide datasets and functions for learning package development in the Communicating with Data course(ETC5523).

Installation

The development version can be installed from GitHub with:

# install.packages("devtools")
devtools::install_github("yliu0320/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)


yliu0320/cwdata documentation built on Oct. 17, 2020, 1:50 a.m.