prepare_data | R Documentation |
It organizes and renames the raw data.
prepare_data(.data, intensity_column, lactate_column, heart_rate_column)
.data |
The raw data. |
intensity_column |
The name of the intensity column. |
lactate_column |
The name of the lactate column. |
heart_rate_column |
The name of the heart rate column, if applicable. |
a tibble with the following columns:
intensity |
The intensity column. |
lactate |
The lactate column. |
heart_rate |
The heart rate column, if applicable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.