Description Usage Arguments Value Note Author(s)
View source: R/fct_create_indices_db.R
The internal function checks if indices.json (the database of spectral indices) already exists; if not, it downloads source files and creates it. Since this function depends on 'xsltproc' executable (available only for Linux), this function can be used only from from Linux. It is not necessary, since a indices.json file is present in the package.
1 | create_indices_db(xslt_path = NA, json_path = NA, force = FALSE)
|
xslt_path |
(optional) The path where to install 'xsltml', an external 'xsltproc' script used to convert MathML index formulas to LaTeX (default: a subdirectory of the package). |
json_path |
(optional) The path of the output JSON file. *Warning*: to create a file which will be usable by the package, this option must be left to NA (default location is within the package installation). Edit this only to create the file in another place for external use. |
force |
(optional) Logical: if FALSE (default), the db is created only if missing or not updated; if TRUE, it is created in any case. |
NULL (the function is called for its side effects)
License: GPL 3.0
Luigi Ranghetti, phD (2019) luigi@ranghetti.info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.