View source: R/get_db_summary.R
get_db_summary | R Documentation |
Get a summary of the data stored.
get_db_summary(triplestore)
triplestore |
Object of class triplestore_access which manages database access. |
Data frame: Columns: "data type", "value".
avidaDB <- triplestore_access$new()
avidaDB$set_access_options(
url = "https://graphdb.fortunalab.org",
user = "public_avida",
password = "public_avida",
repository = "avidaDB_test"
)
get_db_summary(triplestore = avidaDB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.