Description Usage Arguments Value Note Author(s) Examples
View source: R/load_binpaths.R
Internal function to load the paths of executables from the JSON where they are saved when installed.
1 | load_binpaths(bins = NULL)
|
bins |
Character vector with one of more of the following values:
'gdal', sen2cor', 'wget', 'aria2', 'python'.
If an executable corresponding to the passed |
The list of the paths
License: GPL 3.0
Luigi Ranghetti, phD (2018) ranghetti.l@irea.cnr.it
1 2 3 4 5 6 7 8 9 | ## Not run:
# Load only existing paths
binpaths <- load_binpaths()
# Load paths, forcing to check GDAL and sen2cor
binpaths <- load_binpaths(c("gdal", "sen2cor"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.