View source: R/fe_yield_table.R
new_fe_yield_table | R Documentation |
Provided for expert users only who know exactly what they are doing. Other
users please take the function fe_yield_table
for creating an
object of that class.
new_fe_yield_table(x = list())
x |
An appropriate |
An object of class fe_yield_table
# Some highly motivated object, even a list
x <- list(my_dream = "I want to be a yield table!")
x <- new_fe_yield_table(x) # let's help the guy
is_fe_yield_table(x) # nice - it worked?!
# But here's the error. That's why you should not use the bare constructor
# if you don't know what you are doing.
try(
validate_fe_yield_table(x)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.