execute: Execute an expression in the database

Description Usage Arguments See Also

View source: R/ops-execute.R

Description

Execute an expression in the database

Usage

1
2
3
4
execute(object, statement, ...)

## S3 method for class 'tbl_db'
execute(object, statement, ..., .envir = parent.frame())

Arguments

object

(obj) to act upon and execute

statement

(str) command to execute

...

(arg) extra arguments

.envir

(env) bases of the interpolation (calling environment)

See Also

Other Database Operations: connect(), dml, tcl


tjpalanca/dbtools documentation built on Oct. 7, 2021, 6:43 a.m.