check_catalog: Function to Check Level 0 Data Catalog

View source: R/check_catalog.R

check_catalogR Documentation

Function to Check Level 0 Data Catalog

Description

This function is meant to check whether the catalog file is in the anticipated format with required information.

Usage

check_catalog(catalog, verbose = TRUE)

Arguments

catalog

The catalog to be checked, format 'data.frame'.

verbose

(logical) Indicate whether printed statements should be shown. (Default is TRUE.)

Value

(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.)

Examples


check_catalog(catalog = data.guide) # note the data.guide is not currently in `invitroTKstats`


invitroTKstats documentation built on Aug. 23, 2025, 9:08 a.m.