Outputs all results to a folder called 'export', and zips them.
1 2 3 4 5 6 7 8 | exportResultFeas(
outputFolder,
databaseId,
databaseName,
databaseDescription,
minCellCount = 5,
maxCores
)
|
outputFolder |
Name of local folder to place results; make sure to use forward slashes (/). Do not use a folder on a network drive since this greatly impacts performance. |
databaseId |
A short string for identifying the database (e.g. 'Synpuf'). |
databaseName |
The full name of the database. |
databaseDescription |
A short description (several sentences) of the database. |
minCellCount |
The minimum cell count for fields contains person counts or fractions. |
maxCores |
How many parallel cores should be used? If more cores are made available this can speed up the analyses. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.