Function reference
-
compute_a() - Version of
dplyr::compute()that creates Aria tables.
-
compute_c() - ColumnStore version of
dplyr::compute().
-
copy_to_a() - Version of
dplyr::copy_to()that creates Aria tables and has a better parameter order
-
copy_to_c() - Version of
dplyr::copy_to()that creates ColumnStore tables and has a better parameter order
-
delete_temporary_tables() - Delete all "temporary" tables starting with
tmp_in the given schemas
-
get_connection() - Get a database connection as defined by a yaml configuration or environment variables
-
list_schemas() - List schemas in a database
-
list_temporary_tables() - List all "temporary" tables starting with
tmp_in the given schema
-
register_tables() - Register all tables in a schema as dbplyr tables in the given enviroment