/Sales3Yrs

Barplot of Korean Company's Salse for three years

Primary LanguageRCreative Commons Attribution 4.0 InternationalCC-BY-4.0

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)

Shiny applications not supported in static R Markdown documents