dolt_diffs | R Documentation |
Examine information about dolt tables and diffs
dolt_diffs(table, to, from, conn = dolt(), collect = NULL, show_sql = NULL)
dolt_table_history(table, conn = dolt(), collect = NULL, show_sql = NULL)
table |
character the name of a table in the database |
to |
commit to compare to |
from |
commit to compare from |
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.