| bugs_long | Tidy version of the "Bugs" dataset. |
| iris_long | Edgar Anderson's Iris Data in long format. |
| long_to_wide_converter | Converts dataframe from long/tidy to wide format with 'NA's removed |
| outlier_df | Adding a column to dataframe describing outlier status |
| p_value_formatter | Format _p_-values for creating labels from them for graphics |
| set_cwd | Setting Working Directory in RStudio to where the R Script is. |
| signif_column | Creating a new column with significance labels |
| specify_decimal_p | Formatting numeric (_p_-)values |
| stats_type_switch | Switch type of statistics. |