vos_log {virtuoso} | R Documentation |
Query the server logs
Description
Query the server logs
Usage
vos_log(p = NA, collapse = NULL, just_errors = FALSE)
Arguments
p |
a process object, returned by
|
collapse |
an optional character string to separate the lines in a single character string. |
just_errors |
logical, default FALSE. Set to TRUE to return just the lines that contain the term "error", which can be useful in debugging or validating bulk imports. |
Value
Virtuoso logs as a character vector.
See Also
Examples
if(has_virtuoso())
vos_log()
[Package virtuoso version 0.1.8 Index]