pt2_validate | R Documentation |
Check aspects of S3 class objects for validity. For samples for instance it is checked if all parameters (volume, finetune, etc.) are within ProTracker specifications.
pt2_validate(x, ...)
## S3 method for class 'pt2samp'
pt2_validate(x, ...)
x |
object to be validated |
... |
Ignored |
A logical
value indicating whether the object is valid or not
Pepijn de Vries
mod <- pt2_read_mod(pt2_demo())
pt2_validate(mod$samples[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.