Skip to contents

This function takes a combined dataset and applies transformations

Usage

process_combined_data(data)

Arguments

data

A tibble or dataframe containing the combined data to be processed.

Value

A tibble or dataframe

Examples

if (FALSE) { # \dontrun{
  processed_data <- process_combined_data(combined_data)
} # }