This object works just like the output from load_data. The data found in this object is not real and is only used for testing purposes.

mock

Format

A list with objects:

version

Information like CHAMPS_dataset_version.csv

dmg

Example set of Demographic data from CHAMPS_deid_basic_demographics.csv. Only the columns used in champs are kept.

dcd

Example set of DeCoDe data from CHAMPS_deid_decode_results.csv

tac

Example set of TAC data from CHAMPS_deid_tac_results.csv

icd_map

Information like CHAMPS_ICD_Mappings.csv

icd_desc

Information like CHAMPS_icd10_descriptions.csv

vocab

Information like CHAMPS_vocabulary.csv

tac_long

A long-format version of tac

dcd_long

A long-format version of dcd

Source

https://github.com/EGHI-CHAMPS/champs-L2-statistics/blob/master/tests/testthat/evaluation_data.R

Examples

if (FALSE) {
mock
}