Skip to contents

Function to check whether a data.frame or tibble conforms to Darwin Core standards. While most users will only want to call suggest_workflow(), the underlying check functions are exported for detailed work, or for debugging.

Usage

check_dataset(.df)

Arguments

.df

A tibble against which checks should be run

Value

Invisibly returns the input, but primarily called for the side-effect of running check functions on that input.