Description Usage Arguments Details Value See Also
Test if an object is a proper Container
object.
1 2 3 | valid_container(x)
.valid_container(object)
|
x, object |
an object of class |
Function valid_container()
is a user-friendly wrapper to
.valid_container()
and further checks if x
is of class
Container
.
Function valid_container()
returns a logical TRUE
if the object is valid.
Else, it returns an error message describing the problems.
Function .valid_container()
returns NULL
if the object is valid. Else,
it returns a character vector of strings describing the problems.
Other Container:
Container-accessors
,
Container-class
,
Container-extractors
,
Container-methods
,
is_container()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.