update_search_path | R Documentation |
search_path
by prepending and/or appending valuesUpdate DuckDB's search_path
by prepending and/or appending values
update_search_path(conn_obj, prepend = NULL, append = NULL)
conn_obj |
DBI connection to DuckDB |
prepend |
character with value to prepend |
append |
character with value to append |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.