Description Usage Arguments Value Note Author(s) Examples
View source: R/fct_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", "aria2", "python". If an executable corresponding to the passed 'bins' value is not found in the JSON, it is checked (when possible). |
The list of the paths
License: GPL 3.0
Luigi Ranghetti, phD (2019) luigi@ranghetti.info, Pascal Obstetar, (2020) pascal.obstetar@gmail.com
1 2 3 4 5 6 7 8 9 10 11 | # Load only existing paths
binpaths <- load_binpaths()
binpaths
## Not run:
# Load paths, forcing to check GDAL and sen2cor
binpaths <- load_binpaths(c("gdal", "sen2cor"))
binpaths
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.