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
vos_set_paths(
db_dir = vos_db(),
config_dir = vos_config(),
cache_dir = vos_cache(),
log_dir = vos_logdir(),
home = virtuoso_home()
)
Value
A logical vector, with elements being true if setting the corresponding variable succeeded (invisibly).
Examples
if(has_virtuoso())
vos_set_paths()