Description Usage Arguments Value
View source: R/utils-check_essence.R
Check/Assert that an Input is a Valid ESSENCE Datasource String
1 2 3 4 5 6 7 8 | check_datasource(datasource, creds = es_creds_get(), fmatch = TRUE)
assert_datasource(
datasource,
creds = es_creds_get(),
fmatch = TRUE,
add = NULL
)
|
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.