View source: R/CoreFunctions.R
setUSGSProjectIndex | R Documentation |
Set the filename and path for the local copy of the USGS lidar project index file. This is used when you have already used fetchUSGSProjectindex to download a project index. While the project index is frequently updated by the USGS, the index is large and it may not be necessary to download a new copy every time you want to download lidar data.
setUSGSProjectIndex(index)
index |
Character string with the local file name for the project index. |
An (invisible) integer code, 0 for success and non-zero for failure.
## Not run:
setUSGSProjectIndex("g:/working_data/ProjectIndex.gpkg")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.