dolt_branches | R Documentation |
These functions query the dolt database for system tables that describe the database version history and structure.
dolt_branches(conn = dolt(), collect = NULL, show_sql = NULL)
dolt_remotes(conn = dolt(), collect = NULL, show_sql = NULL)
dolt_docs(conn = dolt(), collect = NULL, show_sql = NULL)
dolt_log(conn = dolt(), collect = NULL, show_sql = NULL)
conn |
the database connection |
collect |
whether to collect the result into R or return a |
show_sql |
Whether to print the SQL statements used internally to fetch
the data. Useful for learning how Dolt works internally. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.