Description Usage Arguments Author(s) See Also Examples
This function saves the VisCountSessions
table as a .csv file on disk,
either in the working directory (the default) or in a specified folder path. Do not save your R workspace - in further VisCount sessions, your results will be retrieved from disk.
1 | saveResults(path = "VisCountSessions.csv")
|
path |
folder path to the location and file name where you want the data to be recorded. The default is 'VisCountSessions.csv' in the working directory. |
A. Marcia Barbosa
1 2 3 4 5 | ## Not run:
saveResults()
saveResults("/user/joey/myVisCount/VisCountSessions.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.