Description Usage Arguments Value Examples
Gets table's size
1 | pg_tbl_size(conn, tbl = NULL)
|
conn |
Connection |
tbl |
String with table's name |
Named string with table's size
1 2 3 4 | ## Not run:
pg_tbl_size(conn,"data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.