Get display transforms from a TableSpec
get_spec_transforms.RdReturns the display transforms configuration.
Examples
spec <- TableSpec()
get_spec_transforms(spec)
#> $theta
#> [1] "all"
#>
#> $omega
#> [1] "all"
#>
#> $sigma
#> [1] "all"
#>
get_spec_transforms.RdReturns the display transforms configuration.
spec <- TableSpec()
get_spec_transforms(spec)
#> $theta
#> [1] "all"
#>
#> $omega
#> [1] "all"
#>
#> $sigma
#> [1] "all"
#>