Skip to contents

Get STCS key

Usage

data_patientkey(stcs)

data_organkey(stcs)

data_soaskey(stcs)

Arguments

stcs

list. A list of STCS tables

Value

A data.frame with the requested key.

Examples

if (FALSE) { # \dontrun{
stcs <- stcs_read("path/to/stcs/dataset/")

data_patientkey(stcs)

data_organkey(stcs)

data_soaskey(stcs)
} # }