validate | R Documentation |
Generic function for validation of file formats.
validate(x, ...) ## S3 method for class 'litter' validate(x, type_names, logger = create_logger(level = "INFO"), ...) ## S3 method for class 'litter_types' validate(x, logger = create_logger(level = "INFO"), ...) ## S3 method for class 'settings' validate(x, logger = create_logger(level = "INFO"), ...)
x |
object to validate |
... |
further arguments passed to or from other methods. |
type_names |
character vector of permissible types |
logger |
optional logger object (see |
validated object of class wide
validated object of class litter_types
validated settings (list
)
validate(litter)
: validate litter data.
validate(litter_types)
: validate litter_types file
validate(settings)
: validate settings file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.