vos_set_paths: set Virtuoso paths

Description Usage Arguments Value Examples

View source: R/virtuoso_paths.R

Description

Set the location of Virtuoso database, configure files, cache, and logs to your preferred location. Set home to the location of your Virtuoso installation.

Usage

1
2
3
4
5
6
7
vos_set_paths(
  db_dir = vos_db(),
  config_dir = vos_config(),
  cache_dir = vos_cache(),
  log_dir = vos_logdir(),
  home = virtuoso_home()
)

Arguments

db_dir

Location of data in the Virtuoso (tables, triplestore)

config_dir

Location of configuration files for Virtuoso

cache_dir

Location of cache for bulk importing

log_dir

Location of Virutoso Server logs

home

Location of the Virtuoso installation

Value

A logical vector, with elements being true if setting the corresponding variable succeeded (invisibly).

Examples

1
2

virtuoso documentation built on Nov. 3, 2021, 1:07 a.m.