Write all or some of the SAB subset tables via write_sab_subset_table().

setup_mrconso_sab_subsets(
  sabs,
  conn_fun = "pg13::local_connect()",
  extension_schema = "mrconso_sab"
)

Arguments

sabs

(optional) Vector of SABs to write. If missing, all the sabs in the existing MRCONSO table are written.

extension_schema

Schema to write these extension tables to. Default: 'mrconso_sab'

Value

One or more tables of the sab subsets to the given schema. A new 'label' field is added to designate the core concept name for the given concept.

See also