Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tableInteraction

Handler for table interaction events


Description

Handler for table interaction events

Usage

tableInteraction(
  moves,
  detections,
  tag,
  trigger,
  GUI,
  force = FALSE,
  save.tables.locally
)

Arguments

moves

The complete movements table for a specific tag.

detections

The detections data.frame for a specific tag.

tag

The tag being analysed.

trigger

The message/warning that triggered the interaction

GUI

One of "needed", "always" or "never". If "needed", a new window is opened to inspect the movements only if the movements table is too big to be displayed in R's console. If "always", a graphical interface is always created when the possibility to invalidate events emerges. If "never", a graphical interface is never invoked. In this case, if the table to be displayed does not fit in R's console, a temporary file will be saved and the user will be prompted to open and examine that file. Defaults to "needed".

force

Logical: If TRUE, the user is moved directly to indicating which movements should be invalidated.

save.tables.locally

Logical: If a table must be temporarily stored into a file for user inspection, should it be saved in the current working directory, or in R's temporary folder?

Value

A data frame with the updated movements table


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.