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

Sales3Yrs

The goal of Sales3Yrs is to ...

Installation

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

remotes::install_github("MrKevinNa/Sales3Yrs")

Example

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

library(Sales3Yrs)
data(sales)
draw_barplot(data = sales)


MrKevinNa/Sales3Yrs documentation built on Dec. 31, 2020, 3:19 p.m.