ui_import: User-interface for importing files

Description Usage Value See Also Examples

View source: R/mod_data_import.R

Description

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.

Usage

1

Value

An imported data frame formatted and ready to be transformed.

See Also

load_format, load_raw, load_raw_all

Examples

1
2
3
4
## Not run: 
  my_data <- ui_import()

## End(Not run)

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