Description Usage Arguments Value
View source: R/import_operation_haridwar.R
Helper function: store MySQL database credentials in ".my.cnf"
1 2 |
dbname |
name of database to be accessed |
group |
name of group |
dir |
path to the MySQL configuration file (default: file.path(getwd(), ".my.cnf")) |
host |
hostname of MySQL database (default: NULL) |
user |
username of MySQL database (default: NULL) |
password |
password of MySQL database (default: NULL) |
... |
further arguments passed to dplyr::src_mysql() |
sets dplyr::src_mysql to work with MySQL config file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.