clean_and_tidy_df_func: clean_and_tidy_df_func

View source: R/clean_and_tidy_df_func.R

clean_and_tidy_df_funcR Documentation

clean_and_tidy_df_func

Description

Clean and organize your dataset

Usage

clean_and_tidy_df_func(my_df, vars_for_analysis)

Arguments

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.

Value

A cleaned dataframe ready for statistics analysis or plotting and add column "n_paired" for paired experiments.

Examples

# The example is still missing...


rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.