get_constraints: Get Constraints

Description Usage Value See Also Examples

View source: R/constraints.R

Description

For any table in the given schema, a named list of distinct values within the provided field is returned.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
get_constraints(
  conn,
  conn_fun = "connectAthena()",
  vocab_schema,
  table,
  field,
  skip_cache = FALSE,
  override_cache = FALSE,
  render_sql = TRUE,
  verbose = TRUE,
  sleepTime = 1
)

Value

A named list of unique values by given field.

See Also

render

Examples

1
2
3
4
5
6
## Not run: 
if (interactive()) {
  # EXAMPLE1
}

## End(Not run)

patelm9/chariot documentation built on Feb. 19, 2022, 11:29 a.m.