Skip to contents

Detaches a remote catalog previously attached with attach_quack(). The DuckDB connection itself stays alive.

Usage

detach_quack(quack_name = NULL)

Arguments

quack_name

Name of the remote catalog to detach. If NULL, nothing is detached.

Examples

if (FALSE) { # \dontrun{
detach_quack("team")
} # }