Description Usage Arguments Value Author(s) See Also
tables.SRDLpg lists the tables in a SMRU PostgreSQL database
1 2 3 4 5 6 7 | tables.SRDLpg(
theDB = "SRDL",
theHost = "localhost",
thePort = 5432,
theUser = "postgres",
thePwd = "12345"
)
|
theDB |
Name of (or path to) the pg database |
Returns a character vector with database table names
Martin Biuw
fields.SRDLpg for table field names,
ref.SRDLpg for ref ID codes,
dep.SRDLpg for retrieving deployments metadata,
get.SRDLpg for querying and retrieving data from database table
Other SMRU SRDL database functions:
fields.SRDLdb(),
fields.SRDLpg(),
ref.SRDLdb(),
ref.SRDLpg(),
tables.SRDLdb()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.