netezza_query_icds: Function to get ICD data for calculating elixhauser scores...

Description Usage Arguments

View source: R/netezza_query_icds.R

Description

Function to get ICD data for calculating elixhauser scores Updated: 2021-10-01

Usage

1
2
3
4
5
6
7
8
9
netezza_query_icds(
  drug_concept_id,
  biomarker_concept_id,
  table_name,
  table_type,
  ancestor_table,
  conn,
  ...
)

Arguments

drug_concept_id

A string

biomarker_concept_id

A string

table_name

A string

table_type

A string, either c("covariates", "drugs", "biomarkers", "icds")

ancestor_table

A string, eg, "antihypertensive_drugs_ancestor_tbl_20210308151236"

conn

A variable


pwatrick/pwUtilities documentation built on Oct. 18, 2021, 6:21 p.m.