Description Usage Arguments Value
View source: R/utils-check_essence.R
Check/Assert that an Object is a Valid ESSENCE Field Value
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | check_value(
value,
field,
datasource,
creds = es_creds_get(),
check_datasource = TRUE,
check_field = TRUE,
fmatch = TRUE
)
assert_value(
value,
field,
datasource,
creds = es_creds_get(),
fmatch = TRUE,
check_field = TRUE,
check_datasource = TRUE,
add = NULL
)
|
field |
|
datasource |
|
creds |
|
fmatch |
[ |
add |
[ |
check_*() returns TRUE if successful or a error message string
otherwise; assert_*() returns x (invisibly) if successful or an
error otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.