setup_option_file | R Documentation |
This function will create a MySQL option file at the given path. To ensure it works, set these environment variables before calling this function:
MYSQL_HOST
: The host name of the MySQL server.
MYSQL_USER
: The user name of the MySQL server.
MYSQL_PASSWORD
: The password of the MySQL server.
setup_option_file(path = NULL, overwrite = FALSE, quietly = FALSE)
path |
The path to the option file. Default location is operating system
dependent. On Windows, it is |
overwrite |
Whether to overwrite the existing option file. |
quietly |
A logical indicates whether message should be suppressed. |
NULL (invisible).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.