check_time {talkr} | R Documentation |
Verify that timing columns are numeric and likely indicate milliseconds.
Description
Verify that timing columns are numeric and likely indicate milliseconds.
Usage
check_time(column, name)
Arguments
column |
vector with timing information |
name |
name of the column |
Value
nothing, but throws an error if the column is not numeric and warns if the column may not indicate milliseconds
[Package talkr version 0.1.3 Index]