peek: Peek

Description Usage Arguments See Also

View source: R/peek.R

Description

Get a quick glance of a handful of rows in a table.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
peek(
  conn,
  conn_fun,
  schema,
  table,
  limit = 5,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

Arguments

conn

Connection object

schema

The target schema for the operation.

table

Target table for the operation.

limit

Number of rows to randomly return. Default: 5.

verbose

If TRUE, details on the activity are returned in the console, such as when the querying starting and was completed.

render_sql

If TRUE, the SQL statement for the operation is returned in the console.

See Also

render


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.