assert_valid_format | R Documentation |
Assert Nested List can be used as Format Argument in Reformat.
assert_valid_format(object)
object |
( |
invisible TRUE
or an error message if the criteria are not fulfilled.
format <- list(
df1 = list(
var1 = rule("X" = "x", "N" = c(NA, ""))
),
df2 = list(
var1 = rule(),
var2 = rule("f11" = "F11", "NN" = NA)
),
df3 = list()
)
assert_valid_format(format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.