Description Usage Value See Also Examples
View source: R/mod_data_import.R
Launches an interactive shiny app for importing data interactively. Also
available online at http://animalnexus.ca or by launching the local
animalnexus app through animalnexus
. Users can also import data by hand using the R base read.csv
function coupled with feedr
's load_format
function. Alternatively, for raw data collected directly from data loggers, check out the load_raw
and load_raw_all
functions.
1 |
An imported data frame formatted and ready to be transformed.
load_format
, load_raw
, load_raw_all
1 2 3 4 | ## Not run:
my_data <- ui_import()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.