ui_trans: User-interface for transforming data

Description Usage Arguments Details Value Examples

View source: R/mod_trans.R

Description

An interactive shiny app for transforming data. Also available online at <http://animalnexus.ca> or by launching the local animalnexus app through animalnexus().

Usage

1
ui_trans(r, verbose = FALSE)

Arguments

r

Data frame. Raw RFID data to transform

verbose

Logical. Print log events to console.

Details

See individual data transformations for more details: visits(), presence(), move(), disp(), activity(), and daily().

Value

Returns nothing. Data can be saved to disk from the user-interface, but transformation are not returned to the current R session.

Examples

1
2
3
4
## Not run: 
  ui_trans(r = my_data)

## End(Not run)

animalnexus/feedrUI documentation built on Feb. 5, 2022, 9:08 a.m.