Description Usage Arguments Value Examples
View source: R/data_functions.R
NPS Data Format Transformation
1 | pivot_nps_data(nps_data, covariate_cols = NULL)
|
nps_data |
Tibble containing NPS Formatted Data |
covariate_cols |
Columns which refer to covariates such as Year, Location, Grade, etc. |
Long format tibble
1 2 3 4 | ## Not run:
pivot_nps_data(nps_data_ex, c(Year, Loc_Name, SCOSA))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.