In spite of having the packages rLiDAR and lidR already installed in my computer, and having R Studio updated, when I use the function readLAS(), it doesn´t work. What could be the problem?
My line of code:
LAS<-readLAS("D:/Data/las_2.las")
#> Error in readLAS("D:/Data/las_2.las") :
#> no records left to read
In spite of having the packages
rLiDAR
andlidR
already installed in my computer, and having R Studio updated, when I use the functionreadLAS()
, it doesn´t work. What could be the problem?My line of code: