Skip to contents

Returns the display transforms configuration.

Usage

get_spec_transforms(spec)

Arguments

spec

A TableSpec object

Value

Named list with theta, omega, sigma entries

Examples

spec <- TableSpec()
get_spec_transforms(spec)
#> $theta
#> [1] "all"
#> 
#> $omega
#> [1] "all"
#> 
#> $sigma
#> [1] "all"
#>