Skip to contents

Checks data for compatibility with metadata.

Usage

check_appdata(
  data = appdata,
  meta = metadata,
  required_cols = c("site_code", "subject_id", "event_date", "event_name", "item_group",
    "form_repeat", "item_name", "vis_num", "edit_date_time", "day")
)

Arguments

data

List of data frames with app data.

meta

data frame with meta data.

required_cols

Character vector, containing the column names that are required for the application to run appropriately.