Skip to contents

Prints internal data state of av_runShiny() dump_the(typegrep="*") dump_inv() dump_assetgroups() dump_captured()

Usage

dump_the(typegrep = "*")

dump_inv()

dump_assetgroups(returngt = TRUE)

dump_captured(todo = "byfunction")

Arguments

typegrep

: Grep string for internal state parameters

returngt

: Return GT table

todo

: One of c("byfunction","pxhist",any av function name)

Value

data.table with desired data.

See also

Examples

if (FALSE) { # \dontrun{
`dump_the()`
`dump_inv()`
`dump_assetgroups(returngt=TRUE)`
`dump_captured(todo="byfunction")`
} # }