I have a numPy sparse matrix saved as .npz file, which I want to load into R. This is what I tried:
library(reticulate) np <- import("numpy") npz