View source: R/fe_yield_table.R
is_fe_yield_table | R Documentation |
Check if an Object is an fe_yield_table
is_fe_yield_table(x)
x |
An object |
TRUE
if the object inherits from the fe_yield_table
class
x <- "I want to be a yield table!" # strange object
is_fe_yield_table(x) # sorry
is_fe_yield_table(ytable_pine_wiedemann_moderate_1943_raw) # Nope
is_fe_yield_table(fe_ytable_pine_wiedemann_moderate_1943) # That's better
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.