View source: R/class_maf_data_pool.R
class_is_maf_data_pool | R Documentation |
Check if class is a maf_data_pool object
class_is_maf_data_pool(object)
object |
some object whose class you want to check |
TRUE if class of object is maf_data_pool, FALSE if not. (logical)
CRUX:::class_is_maf_data_pool("Hi")
CRUX:::class_is_maf_data_pool(CRUX:::new_maf_data_pool())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.