Skip to contents

Preprocessing for EMBRACE-II

Usage

process_emii_data(
  data,
  file_path = here::here("data_raw/embrace_II/2023-01-18_emii_masterdump.Rds")
)

Arguments

data

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

file_path

Path to the EMBRACE-II master dump file

Value

A tibble or dataframe

Examples

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