Description Usage Arguments Details Value Note Author(s) See Also Examples
List the fields of a MonetDB table
1 | RMonetListFields(con, tablename, schema="")
|
con |
an Open MonetDB Connection handle |
tablename |
The table name to get fields for |
schema |
optional - specify a schema if necessary |
con <- RMonetConnect("db.yml") res <- RMonetListFields(con, "craftsmen") print(res) RMonetClose(con)
Returns a data.frame representing the fields and characteristics of a table
Not much to note here.
Piers Harding
RMonet
, RMonetConnect
, RMonetGetInfo
, RMonetQuery
, RMonetLoadDataFrame
, RMonetExecute
, RMonetClose
, RMonetStartTransaction
, RMonetCommit
, RMonetIsConnected
, RMonetQuote
, RMonetUnQuote
, RMonetExists
, RMonetListTables
, RMonetListFields
1 2 3 4 5 | ## Not run:
# List fields
RMonetListFields(con, "craftsmen", schema="voc")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.