Description Usage Arguments Examples
View source: R/kf_init_metrics.R
Extends print to work with kflow_meta objects
1 2 |
x |
kflow_meta object. Likely from |
preview |
Boolean to indicate whether JSON should be printed. Set to |
pretty |
Boolean to indicate whether to pretty print or not. |
... |
Other arguments passed on. |
1 2 3 4 5 6 | # By default it displays the eventual JSON
test_mets <- kf_init_metrics()
test_mets
# Use print() to see in list form
print(test_mets, preview = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.