knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of cwdata is to provide datasets and functions for learning package development in the Communicating with Data course(ETC5523).
The development version can be installed from GitHub with:
# install.packages("devtools") devtools::install_github("yliu0320/cwdata")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.