getSavedResults: Get previously saved VisCount estimates

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getSavedResults.R

Description

This function imports the VisCountSessions table saved in a previous R session to the current workspace.

Usage

1
getSavedResults(path = "VisCountSessions.csv")

Arguments

path

complete folder path to the .csv file containing your VisCountSessions data. The default is 'VisCountSessions.csv' in your current working directory. You will only have this file if you have previously used visCount(), provided some estimates and used the saveResults function to save your results to disk before quitting R.

Value

The function returns a message informing either that the .csv file was not available, or that it was correctly loaded in the workspace.

Author(s)

A. Marcia Barbosa

See Also

saveResults

Examples

1
2
getSavedResults()
getSavedResults(path = "/user/joey/myvisCount/VisCountSessions.csv")

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