bgschol_execute: Execute a SQL query on the database

Description Usage Arguments Details See Also

View source: R/tables.R

Description

Returns a scalar numeric that specifies the number of rows affected by the statement.

Usage

1
bgschol_execute(con = NULL, query = NULL)

Arguments

con

bgschol_con() object

query

SQL string

Details

Wrapper for DBI::dbGetQuery

See Also

Other tables: bgschol_list(), bgschol_query(), bgschol_tbl()


subugoe/bqschol documentation built on Dec. 23, 2021, 6:40 a.m.