The goal of SatisfiRe is to analyze data from consumers survey
You can install the released version of SatisfiRe from CRAN with:
install.packages("SatisfiRe")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("nicolas95870/SatisfiRe")
This is a basic example which shows you how to solve a common problem:
library(SatisfiRe)
## basic example code
NPS(c(1,10,2,3,5,2))
#> [1] -66.67
NPS_Dognuts(c(1,2,10,4,3,6,7,8))
NPS_evolution_plot(c(1,10),c("01/01/2020","01/02/2020"),"mois")
NPS_evolution_repartition(my_dataset$reco,my_dataset$date,"mois")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.