Convert lazy table to named view
to_view(x, name, temporary = TRUE, overwrite = TRUE, ...)A lazy table object (tbl_duckdb_connection)
Character name to assign view within database
Logical, if TRUE (default), the view will be deleted after the session ends
Logical, if TRUE (default), the view will overwrite an existing view
Additional arguments passed to DBI::dbExecute