View source: R/fe_stand_helpers_validation.R
| has_required_names | R Documentation |
Check for Required Elements Existing in an Object
has_required_names(x, required_names)
x |
Any object for which |
required_names |
Character vector of names required to be in
|
A list with two elements: 1) rqmt_ok which is TRUE if
the requirement is fulfilled and FALSE otherwise; 2)
err_message, the body of an error message to be used by the calling
function (mentions all problematic elements)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.