Read a .npz file
Examples
read_npz(
system.file("extdata", "test.npz", package = "grumpy")
)
#> [[1]]
#> [1] 1 2 3
#>
#> [[2]]
#> [1] 4 5 6
#>
Read a .npz file
read_npz(
system.file("extdata", "test.npz", package = "grumpy")
)
#> [[1]]
#> [1] 1 2 3
#>
#> [[2]]
#> [1] 4 5 6
#>