Description Usage Arguments Value Author(s) See Also
fields.SRDLpg lists field names form specified table in a SMRU Access database
1 2 3 4 5 6 7 8 | fields.SRDLpg(
theDB = "SRDL",
theTable = "dive",
theHost = "localhost",
thePort = 5432,
theUser = "postgres",
thePwd = "12345"
)
|
theDB |
Name of database |
theTable |
Name of database table |
Returns a character vector with field names from specified table
Martin Biuw
tables.SRDLpg for database table 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(),
ref.SRDLdb(),
ref.SRDLpg(),
tables.SRDLdb(),
tables.SRDLpg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.