Skip to contents

retrieves internal data state of av_runShiny() dump_state(typegrep="*") dump_inv(invgrep="*") dump_assetgroups() dump_captured(todo="byfunction") av_shiny_px()

Usage

dump_state(typegrep = "*")

inv_rv(rv)

dump_inv(invgrep = "*")

dump_assetgroups()

dump_av_funcs()

dump_captured(todo = "byfunction")

Arguments

typegrep

: Grep string for internal state parameters

rv

: An isolated list of av_shiny parameters

invgrep

: A regular expression string

todo

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

Value

data.table with desired data.

See also

Examples

if (FALSE) { # \dontrun{
`dump_state()`
`dump_inv()`
`dump_av_funcs()`
`dump_assetgroups()`
`dump_captured(todo="byfunction")`
`inv_rv(rv)`
} # }