write_radlex_lookup_only: Writes Athena CONCEPT table NET

Description Usage Arguments

View source: R/write_radlex_lookup_only.R

Description

Writes Athena CONCEPT table NET

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
write_radlex_lookup_only(
  phrases,
  path_to_radlex_lookup,
  path_to_radlex_xls,
  sub_forward_slash = TRUE,
  trim_inner_space = TRUE,
  sub_underscore = TRUE,
  id_start_index = 9000,
  path_to_repo = NULL,
  return_lookup = TRUE
)

Arguments

phrases

character vector of length 1 or greater of queries

path_to_radlex_lookup

path to lookup table

id_start_index

if number of rows of the lookup is 0, the starting index for the id number assigned

path_to_repo

if not NULL, will add, commit, and push each iterative change to origin master of the repo


patelm9/cartographR2 documentation built on Dec. 24, 2019, 3:03 p.m.