pg_tbl_size: Gets table's size

Description Usage Arguments Value Examples

View source: R/pg_size.R

Description

Gets table's size

Usage

1
pg_tbl_size(conn, tbl = NULL)

Arguments

conn

Connection

tbl

String with table's name

Value

Named string with table's size

Examples

1
2
3
4
## Not run: 
pg_tbl_size(conn,"data")

## End(Not run)

jjesusfilho/rpsql documentation built on Aug. 9, 2021, 7:33 p.m.