R/globals.R

## This file prevents a R CMD Check Note about
## no visible binding for global variable ‘*’
## Undefined global functions or variables

utils::globalVariables(
  c(
    '.',
    '..sel',
    '..cols_swap',
    'arrival_date',
    'birth_date',
    'cip_indx',
    'departure_date',
    'id',
    'indx',
    'link_date',
    'max_date',
    'min_date',
    'order_n',
    'organisation_code_code_of_provider',
    'proxy_missing',
    'respeciate_organism',
    'specimen_type_grouping',
    'spell_start_date',
    'tmp.cip2daydiff',
    'tmp.cipExclude',
    'tmp.cipTransfer',
    'tmp.cip_valid',
    'tmp.dateNum',
    'tmp.dateNumEnd',
    'tmp.dateNumStart',
    'tmp.dayR',
    'tmp.diff',
    'tmp.diff.start',
    'tmp.episode',
    'tmp.fuzz.n1',
    'tmp.fuzz.n2',
    'tmp.fuzz.ym',
    'tmp.idN',
    'tmp.regular_attender',
    'tmp.respecType',
    'tmp.spFlag',
    'tmp.spell.N',
    'tmp.spell.n',
    'tmp.spellN',
    'tmp.spell_end',
    'tmp.spell_start',
    'tmp.valid.dob',
    'tmp.valid.hos',
    'tmp.valid.n2',
    'tmp.valid.nhs',
    'tmp.valid.sex',
    'tmp.windowCmax',
    'tmp.windowEnd',
    'tmp.windowNext',
    'tmp.windowStart',
    'data',
    'x',
    'y',
    'n',
    'arr',
    'sid',
    'id.ae',
    'id.inp',
    'v1',
    'v2',
    'var',
    'n1',
    'n2',
    'tmp.recid',
    'tmp.GRP',
    'tmp.stage',
    'dob',
    'tmp.valid.n1',
    'tmp.valid.n2',
    'tmp.store.n1',
    'tmp.store.n2',
    'tmp.valid.pcd',
    'tmp.swap',
    'tmp.match',
    'nhs',
    'sex_mfu',
    'pcd',
    'ae_in',
    'ae_out',
    'in_out',
    'in_in',
    'hospital_in',
    'hospital_out',
    'ae_dis',
    'ecds_proxy_date',
    'ev_date',
    'patient_id',
    'ecds_discharge',
    'discharge_destination',
    'diff_pos_admit',
    'diff_pos_discharge',
    'new_unique_identifier',
    'valid_hospital_link',
    'abs_admit',
    'abs_discharge',
    'pos_in_hospital',
    'pos14_order',
    'hospital_event_rank',
    'N'
  )
)
alexbhatt/epidm documentation built on Aug. 21, 2024, 8:25 a.m.