vos_list_graphs | R Documentation |
List graphs
vos_list_graphs(con)
con |
a ODBC connection to Virtuoso, from |
status <- vos_status()
if(has_virtuoso() & is.null(status)){
vos_start()
con <- vos_connect()
vos_list_graphs(con)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.