assert_named_list | R Documentation |
Assert that an object is a list, and that all top level items have names
assert_named_list(x, allow_data_frame = FALSE)
x |
[list] object to be checked |
none
assert_named_list(list(a = 1, b = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.