Registers an sf object, sedonadb_dataframe, or dbplyr query as a named view in SedonaDB.
This operation is lazy; it does not move data until a query is executed.
Arguments
- x
A
sedonadb_dataframe,sfobject, or view name (character) in SedonaDB to register..- name
Character. The name to register the view as. If
NULL(default), a unique name is generated.- overwrite
Logical. If
TRUE, overwrites any existing view with the same name. Default isFALSE.- verbosity
Character or NULL. Controls message output for this function call.
"quiet": Suppress all informational messages."info": Show standard progress and status messages."debug": Show additional diagnostic messages for troubleshooting.
If NULL (the default), uses the global
sx.verbosityoption. Seesx_options()for persistent configuration.
See also
sx_create_table() to materialize data into memory.
