Skip to contents

Preprocessing for EMBRACE-I

Usage

process_emi_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_emi_data(combined_data)
} # }