View source: R/utils_not_exported.R
| import_view_to_connection | R Documentation |
Enables cross-connection operations by importing views using one of three strategies.
import_view_to_connection(
target_conn,
source_conn,
source_object,
target_name = NULL,
quiet = FALSE
)
target_conn |
Target DuckDB connection |
source_conn |
Source DuckDB connection |
source_object |
duckspatial_df, tbl_lazy, or tbl_duckdb_connection from source_conn |
target_name |
Name for view in target connection (auto-generated if NULL) |
quiet |
A logical value. If |
List with imported view name and cleanup function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.