Description Usage Arguments Value Examples
is dymium class
1 |
x |
any object |
a logical value
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Not Dymium object
library(R6)
x <- R6Class()
is_dymium_class(x)
# Dymium object
Pop <- Population$new(
ind_data = toy_individuals,
hh_data = toy_households,
pid_col = "pid",
hid_col = "hid"
)
is_dymium_class(Pop)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.