return_mrconso_net: Returns MRCONSO NETS that match the phrase

Description Usage Arguments

View source: R/return_mrconso_net.R

Description

Returns MRCONSO NETS that match the phrase

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
return_mrconso_net(
  phrase,
  path_to_lookup,
 
    path_to_umls_net_dir = "/Users/meerapatel/GitHub/MSK_KMI_Enterprise/TerminologyBiblioTech/CATALOGUE/UMLS/NETS",
  sub_forward_slash = TRUE,
  trim_inner_space = TRUE,
  sub_underscore = TRUE,
  push_to_github = TRUE,
  cast_wide_net = TRUE,
  list_by_cui = TRUE
)

Arguments

phrase

character vector of length 1.

cast_wide_net

TRUE if any NET with a grep logical match is to be included

list_by_cui

selects only CUI and STR variables and splits output by CUI into a list

ward_slash

forward slashes throws errors with the write_csv and read_csv proceses downstream and are removed from the phrase by default


patelm9/cartographR3 documentation built on Dec. 27, 2019, 2:24 a.m.