param_table | R Documentation |
Creates parameter kable
param_table(ctr, fun, return_table = FALSE, scientific = FALSE, digits = 2)
ctr |
Generated controller from e.g. |
fun |
|
return_table |
If TRUE, returns the same table as in get_data('estimates') otherwise it returns a kable |
scientific |
|
digits |
|
Returns a kable with the parameter estimates from get_data('estimates')
#ctr <- theophylline()
#my_params <- ctr %>% param_table(fun = "var")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.