View source: R/check_catalog.R
check_catalog | R Documentation |
This function is meant to check whether the catalog file is in the anticipated format with required information.
check_catalog(catalog, verbose = TRUE)
catalog |
The catalog to be checked, format 'data.frame'. |
verbose |
(logical) Indicate whether printed statements should be shown. (Default is TRUE.) |
(No value returned) Text output indicating whether the level-0 data
catalog meets all the necessary requirements in order to auto-extract
data from the various source files, or output indicating necessary
updates to the data catalog. (NOTE: Nothing is returned if verbose
is
set to FALSE.)
check_catalog(catalog = data.guide) # note the data.guide is not currently in `invitroTKstats`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.