keller-mark / pizzarr

Slice into Zarr arrays in R 🍕
https://keller-mark.github.io/pizzarr/
Other
29 stars 3 forks source link

Slice is mentioned in documentation but not exported. #86

Open dblodgett-usgs opened 5 months ago

dblodgett-usgs commented 5 months ago

https://keller-mark.github.io/pizzarr/reference/slice.html refers to the internal Slice class. Should Slice be exported or should we fix up documentation so it doesn't point to it?

keller-mark commented 5 months ago

It was intentional not to export the class, and instead export the utility functions that use the class internally