View source: R/clean_and_tidy_df_func.R
clean_and_tidy_df_func | R Documentation |
Clean and organize your dataset
clean_and_tidy_df_func(my_df, vars_for_analysis)
my_df |
A dataframe with raw data of waves. Must contain "Date" and "Experiment" columns. |
vars_for_analysis |
A character vector with variable names to be analyzed. |
A cleaned dataframe ready for statistics analysis or plotting and add column "n_paired" for paired experiments.
# The example is still missing...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.