virtuoso (version 0.1.5)

vos_destroy_all: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
vos_destroy_all()

# }

Run the code above in your browser using DataLab