View source: R/validate_bdsreader.R
validate_bdsreader | R Documentation |
Checks structure, required columns, and column types for both psn
and xyz
.
validate_bdsreader(obj, strict = FALSE)
obj |
An object of class |
strict |
Logical. If |
TRUE if valid, otherwise a vector of issues or an error.
bds <- init_bdsreader()
validate_bdsreader(bds) # TRUE
# Corrupt type
bds$psn$gad <- as.character(bds$psn$gad)
validate_bdsreader(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.