vos_destroy_all {virtuoso} | R Documentation |
Destroy all Virtuoso's directories
Description
Provides a clean reset of the system that purges all
data files, config files, cache and log files created
by virtuoso R package. This does not uninstall Virtuoso software
itself, see vos_uninstall()
to uninstall.
Usage
vos_destroy_all(force = FALSE)
Arguments
force |
should permissions be changed (if possible) to allow deletion? |
Value
TRUE if entirely successful in removing all files, FALSE otherwise (invisibly).
Examples
vos_destroy_all()
[Package virtuoso version 0.1.8 Index]