cdp_run: Run ChemiDPlus on all HemOnc Drugs

Description Usage

View source: R/cdp.R

Description

Unlike cg_run, which runs the on the entire NCI Drug Dictionary, the constraints on the ChemiDPlus feature is the names of all HemOnc Drugs.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
cdp_run(
  conn,
  conn_fun,
  vocab_schema,
  steps = c("log_registry_number", "get_rn_url_validity", "get_classification",
    "get_names_and_synonyms", "get_registry_numbers", "get_links_to_resources"),
  search_type = "contains",
  sleep_time = 5,
  verbose = TRUE,
  render_sql = TRUE
)

meerapatelmd/skyscraper documentation built on Dec. 27, 2020, 7:46 a.m.