db_details_insert: Function to return some high level details about a database.

View source: R/db_details.R

db_details_insertR Documentation

Function to return some high level details about a database.

Description

Function to return some high level details about a database.

Usage

db_details_insert(con, table = "database_details", print = FALSE)

Arguments

con

Database connection.

table

Database table to insert details into.

print

Should table be printed post-insert?

Value

Invisible con.

Author(s)

Stuart K. Grange.

Examples

## Not run: 

# Get some information about the database and insert into table
db_details_insert(con)


## End(Not run)


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.