conR/postgres.R
pg_total_relation_size.RdUses Postgres' pg_total_relation_size to get the value, and
pg_size_pretty to try and make it human readable directly
pg_total_relation_size(con, table_name, pretty = TRUE)character if pretty=TRUE, numeric otherwise