removeTypo: Remove mistaken estimate(s) from record

Description Usage Arguments Value Author(s) Examples

View source: R/removeTypo.R

Description

This function removes one or more records that may have originated from mistyped estimates in the VisCountSessions data. Note that this operation cannot be undone. The resulting VisCountSessions table will silently overwrite the previous one and, as all trials are numbered consecutively, the removed trials will be noticeably missing from the table.

Usage

1
removeTypo(trial = max(VisCountSessions$Trial))

Arguments

trial

Trial(s) of VisCountSessions to remove from record. The default (if no trial is specified) is the last one.

Value

This function invisibly returns the new VisCountSessions table after removal of the specified trial(s).

Author(s)

A. Marcia Barbosa

Examples

1
2
3
4

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