Description Usage Arguments Examples
This function allows you to create a vector with paths to raster files in the specified folder
1  | rg_list_rasters(path = getwd(), pattern = ".tif$", full.names = T, ...)
 | 
path | 
 a string, path to the folder with the files  | 
pattern | 
 a regular expression. Only filenames that match pattern will be returned  | 
full.names | 
 a logical value. If TRUE the full path will be returned, otherwise only the file names  | 
1  | list_rasters('a_data/original_data')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.