crosswalk_sabs: Crosswalk between 2 Sabs

View source: R/crosswalk.R

crosswalk_sabsR Documentation

Crosswalk between 2 Sabs

Description

Write a crosswalk to a table or return into the R environment as a dataframe.

Usage

crosswalk_sabs(
  conn,
  conn_fun = "pg13::local_connect()",
  sab1,
  sab2,
  to_schema,
  to_table_name,
  crosswalk_schema = "umls_crosswalk",
  verbose = TRUE,
  render_sql = TRUE
)

Arguments

to_schema

(Optional). If provided along with a to_table_name, will write the crosswalk to Postgres. This is useful for larger crosswalks that would require too much memory in the R environment.

to_table_name

(Optional).

See Also

str_replace glue send,c("query", "query")


meerapatelmd/setupMetathesaurus documentation built on May 25, 2022, 6:19 a.m.