read_results_flag {SwimmeR} | R Documentation |
used to indicate that results have been read in with read_results
prior to being parsed by swim_parse
Description
Used to insure that read_results
has been run on a data source prior
to running swim_parse
Usage
read_results_flag(x)
Arguments
x |
a list of results, line by line |
Value
returns list x, with "read_results_flag" added as the first element of the list
[Package SwimmeR version 0.14.2 Index]