Build a LAScatalog object from a folder name. A catalog is the representation of a set of las files. A computer cannot load all the data at the same time. A catalog is a simple way to manage all the file sequentially reading only the headers.
catalog(folder, ...)
string. The path of a folder containing a set of .las files
Extra parameters to list.files. Typically `recursive = TRUE`.
A LAScatalog
object