Description Usage Arguments Details Value Examples
An interactive shiny app for transforming data. Also available online at
<http://animalnexus.ca> or by launching the local animalnexus app through
animalnexus()
.
1 |
r |
Data frame. Raw RFID data to transform |
verbose |
Logical. Print log events to console. |
See individual data transformations for more details: visits()
,
presence()
, move()
, disp()
, activity()
, and
daily()
.
Returns nothing. Data can be saved to disk from the user-interface, but transformation are not returned to the current R session.
1 2 3 4 | ## Not run:
ui_trans(r = my_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.