Description Usage Arguments Value Examples
Radmac2 requires that the mydfconfig object be either available in the current R workspace as a list or in the current working directory saved as 'mydfconfig.Rd'. By default, this function creates both the object in the current workspace and the saved object in the current working directory.
1 | mydf2config_make(user, password, host, db = NULL, saveconfig = TRUE)
|
user |
Default username. |
password |
Password for default user. |
host |
Hostname for MySQL database |
db |
Optional default database |
saveconfig |
If TRUE saves the data object to the current working directory |
Null. Used for its side effect of writing the mydf2config object
1 2 | mydf2config_make(user='jeffrey',password='34tgh',host='localhost',db='foo')
mydf2config_make(user='jeffrey',password='34tgh',host='localhost',saveconfig=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.