Description Usage Arguments Author(s)
View source: R/concerto.initialize.R
Undocumented function
1 2 3 | concerto.initialize(testID, sessionID, workspaceID, workspacePrefix, user,
password, dbName, host = "localhost", port = 3306, tempPath, mediaPath,
dbTimezone, dbConnect, userIP, mediaURL)
|
testID |
ID field for test |
sessionID |
ID field for the testing session |
workspaceID |
ID field for the workspace |
workspacePrefix |
Prefix to use for the workspace |
user |
DB User Name |
password |
DB Password for user |
dbName |
Name of DB to connect to |
host |
DB Host Address |
port |
Port number for database |
tempPath |
File path where temporary files will be stored |
mediaPath |
File path to location where media files are stored |
dbTimezone |
Value used to set time zone parameter of MySQL DB |
dbConnect |
Database connection object |
userIP |
IP address for the user |
mediaURL |
URL specifying where the browser should access media files from |
Przemyslaw Lis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.