View source: R/validate_input.R
validate_input_data
receives a dataframe and validated if all columns are given and no NA values are included.
1 | validate_input_data(df_data)
|
df_data |
a data frame must contain the columns 'cohort', 'period' and 'survived_customers'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.