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