Skip to contents

Set schema name

Usage

sbfx_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{
sbfx_set_schema("capture")
} # }