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