Skip to contents

Standardizes column naming conventions for EMBRACE-I data by reformatting fraction numbers to ensure consistent two-digit representation.

Usage

process_emi_data(data)

Arguments

data

A tibble or dataframe containing the EMBRACE-I data

Value

A tibble with standardized column names

Examples

if (FALSE) { # \dontrun{
  emi_data <- load_embrace_i()
  processed_data <- process_emi_data(emi_data)
} # }