Extends print to work with kflow_meta objects
# S3 method for kflow_meta print(x, preview = TRUE, pretty = TRUE, ...)
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. |
#> { #> "metrics": [] #> }#> $metrics #> list() #>