View source: R/createSettings.R
createSaveSettings | R Documentation |
Create save settings.
createSaveSettings(
databaseName = "unknown_name",
rootFolder,
outputFolder = file.path(rootFolder, "output"),
tempFolder = file.path(rootFolder, "temp")
)
databaseName |
Name of the database that will appear in the results. |
rootFolder |
Name of local folder to place all package output (outputFolder, tempFolder if not given). |
outputFolder |
Name of local folder to place results; make sure to use forward slashes (/). |
tempFolder |
Name of local folder to place intermediate results (not to be shared); make sure to use forward slashes (/). |
Object saveSettings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.