Description Usage Arguments Examples
Get colnames of table of database in mysql
1 2 3 4 5 | mysql.tb.colnames(
mysql.connect.params = list(host = "", dbname = "", user = "", password = "",
table.name = ""),
...
)
|
mysql.connect.params |
Mysql parameters, [host, dbname, table.name, user, password etc.] |
... |
Other parameters pass to dbConnect |
1 2 3 4 5 | ## Not run:
mysql.db.colnames(list(host = 'host', dbname = 'db', user = 'user',
password = 'password', table.name = 'table'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.