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")
1) Pull git 2) Open Rproj 3) Add code ;-) 4) Validate package via:
library(devtools) setwd("...") # to dir above "businessplots" document("businessplots") check("businessplots")
5) make a commit in git 6) Sync by Pull then Push
All done !
1) in console: use_package("...") 2) in fun.R file header: @import ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.