saveResults: Save VisCountSessions results to disk

Description Usage Arguments Author(s) See Also Examples

View source: R/saveResults.R

Description

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.

Usage

1
saveResults(path = "VisCountSessions.csv")

Arguments

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.

Author(s)

A. Marcia Barbosa

See Also

getSavedResults

Examples

1
2
3
4
5
## Not run: 
saveResults()
saveResults("/user/joey/myVisCount/VisCountSessions.csv")

## End(Not run)

VisCount documentation built on May 2, 2019, 4:52 p.m.