Typed list
ts_list.RdA list is a vector of other robjects, which may or may not be named.
Examples
x <- ts_list(a = ts_integer(1), b = ts_character(1))
x$check(list(a = 1L, b = "a"))
#> $a
#> [1] 1
#>
#> $b
#> [1] "a"
#>
ts_list.RdA list is a vector of other robjects, which may or may not be named.
x <- ts_list(a = ts_integer(1), b = ts_character(1))
x$check(list(a = 1L, b = "a"))
#> $a
#> [1] 1
#>
#> $b
#> [1] "a"
#>