Description Usage Arguments Value See Also Examples
Check if an object is a lama_dictionary class object
1 | is.lama_dictionary(obj)
|
obj |
The object in question |
TRUE
if the object is a
lama_dictionary class object, FALSE
otherwise.
validate_lama_dictionary()
, as.lama_dictionary()
, new_lama_dictionary()
,
lama_translate()
, lama_to_factor()
, lama_translate_all()
,
lama_to_factor_all()
, lama_read()
, lama_write()
,
lama_translate()
, lama_read()
, lama_write()
, lama_select()
,
lama_rename()
, lama_mutate()
, lama_merge()
1 2 3 | # check if an object is a 'lama_dictionary' class object
dict <- new_lama_dictionary(country = c(uk = "United Kingdom", fr = "France"))
is.lama_dictionary(dict)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.