update_osmose: Update OSMOSE configuration

View source: R/update_config.R

update_osmoseR Documentation

Update OSMOSE configuration

Description

Update OSMOSE configuration

Usage

update_osmose(
  input,
  log = "osmose.log",
  version = "4.3.2",
  osmose = NULL,
  java = "java",
  verbose = TRUE,
  absolute = TRUE
)

Arguments

input

path to the main configuration file

log

File to save OSMOSE execution messages.

version

target OSMOSE version for the update.

osmose

Path to a OSMOSE .jar executable. By default (NULL), uses the stable jar for the current version.

java

Path to the java executable. The default assumes 'java' is on the search path.

verbose

Show messages? (output in the log file if FALSE).

absolute

Whether the input file uses absolute (TRUE, default) or relative (FALSE) paths.


roliveros-ramos/osmose documentation built on Feb. 19, 2023, 8:19 a.m.