Use reader instead.
Usage
reader_las(filter = "", select = "*", copc_depth = NULL, ...)
reader_las_coverage(filter = "", select = "*", copc_depth = NULL, ...)
reader_las_circles(
xc,
yc,
r,
filter = "",
select = "*",
copc_depth = NULL,
...
)
reader_las_rectangles(
xmin,
ymin,
xmax,
ymax,
filter = "",
select = "*",
copc_depth = NULL,
...
)