Query the server logs
vos_log(p = NA, collapse = NULL, just_errors = FALSE)
a process object, returned by
vos_process()
or vos_start()
.
(will be restored from cache if not provided)
an optional character string to separate the lines in a single character string.
Virtuoso logs as a character vector.
# NOT RUN {
if(has_virtuoso())
vos_log()
# }
Run the code above in your browser using DataLab