Plots in R for business use
This package is available via github and can be installed using "devtools" in R. First make sure that you have devtools:
if (!require("devtools")){install.packages("devtools")}
and after that run:
devtools::install_github("yForecasting/businessplots")
- Pull git
- Open Rproj
- Add code ;-)
- Validate package via:
library(devtools) setwd("...") # to dir above "businessplots" document("businessplots") check("businessplots")
- make a commit in git
- Sync by Pull then Push
All done !
- in console: use_package("...")
- in fun.R file header: @import ...