Learn R Programming

duckspatial (version 0.9.0)

overwrite_table: Feedback for overwrite argument

Description

Feedback for overwrite argument

Usage

overwrite_table(x, conn, quiet, overwrite)

Value

cli message

Arguments

x

table name

conn

A connection object to a DuckDB database

quiet

A logical value. If TRUE, suppresses any informational messages. Defaults to FALSE.

overwrite

Boolean. whether to overwrite the existing table if it exists. Defaults to FALSE. This argument is ignored when name is NULL.