if (FALSE) {
con <- DBI::dbConnect(duckdb::duckdb(dbdir = tempfile()))
create_if_not_exists_share(
.con = con,
share_name = "analytics_share",
database_name = "sales_db",
access = "PUBLIC",
visibility = "LISTED",
update = "AUTOMATIC"
)
}
Run the code above in your browser using DataLab