Set Schema Name

sbf_set_schema(schema = "public")

Arguments

schema

A string of the schema name. Default value is "public".

Value

An invisible schema name

Examples

if (FALSE) { # \dontrun{
sbf_set_schema("capture")
} # }