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

cwdata

The goal of cwdata is to ...

Installation

You can install the released version of cwdata from CRAN with:

# install.packages("devtools")
devtools::instal_github("dedi003/lab-7_package")

Example

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

library(cwdata)
library(tibble)
key_crop_yields


dedi0003/cwdata documentation built on Oct. 5, 2020, 12:03 a.m.