Description Usage Arguments Details Value Note Author(s) See Also Examples
get connection details regarding the nominated MonetDB connection
1 | RMonetGetInfo(con)
|
con |
an Open MonetDB Connection handle |
RMonetGetInfo get connection details
Returns a named list of details about the connection
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 6 | ## Not run:
# Close the connection
info <- RMonetGetInfo(con)
print(info)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.