knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(SatisfiRe)

NPS_evolution_repartition

La fonction produit un graphique de type barplot en fonction du temps (jours, mois, annee) * Input :reco :date :unite * Output : Plotly Object

NPS_evolution_repartition(my_dataset$reco,my_dataset$date,"mois")


nicolas95870/SatisfiRe documentation built on Dec. 22, 2021, 2:14 a.m.