Nothing
#' @returns Depends on the \code{output} argument (or global preference set by \code{\link{ddbs_options}}):
#' \itemize{
#' \item \code{duckspatial_df} (default): A lazy spatial data frame backed by dbplyr/DuckDB.
#' \item \code{sf}: An eagerly collected \code{sf} object in R memory.
#' \item \code{tibble}: An eagerly collected \code{tibble} without geometry in R memory.
#' \item \code{raw}: An eagerly collected \code{tibble} with WKB geometry (no conversion).
#' \item \code{geoarrow}: An eagerly collected \code{tibble} with geometry converted to \code{geoarrow_vctr}.
#' }
#' When \code{name} is provided, the result is also written as a table or view in DuckDB and the function returns \code{TRUE} (invisibly).
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.