RcppR6 icon indicating copy to clipboard operation
RcppR6 copied to clipboard

Expose list validators as S3 methods?

Open richfitz opened this issue 10 years ago • 0 comments

Or some other way that allows this approach:

x <- list_constructor()
x$field <- field_value
validate(x)

richfitz avatar Feb 02 '15 03:02 richfitz