initiate_processing: Start the file processing - basically a switch to file...

Description Usage Arguments Details Value Examples

View source: R/utils.R

Description

Start the file processing – basically a switch to file type-specific functions

Usage

1
initiate_processing(filepath, filename, projectid, metainfilename)

Arguments

filepath

The full path to the file (see details)

filename

The file name with suffix

projectid

The projectid from the Shiny pulldown

metainfilename

Not used now (see details)

Details

The filepath in most instances will be the filepath from the browser which is a temporary location. The metainfilename argument was added to allow some files to have no metadata in the filename so that we could handle differently for now this is not implemented.

Value

The processed dataset.

Examples

1
2
add(1, 1)
add(10, 1)

zross/sensorDataImport documentation built on Aug. 16, 2019, 8:30 p.m.