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