
Format a SQL where clause from arguments
sql_where.Rd
This function will create a where statement that is compatible with
get_spatial_layer
). This statement can then be passed
to the where
argument in this function.
Examples
if (FALSE) { # \dontrun{
wbics <- sql_where(WATERBODY_WBIC = c(805400, 804600), rel_op = "IN")
lakes <- get_spatial_layer(wi_hydro_url, where = wbics)
plot_layer(lakes)
} # }