fm_input: Importing multiple files for a flight mill run

Description Usage Arguments Details Value

View source: R/fm_input.R

Description

Loads multiple files from a single directory. The files are expected to have a first cell that has the flight mill run information. This information is extracted from a selected file and new columns are created with the time information which is parsed to a POSIX format.The files are combined and tidied and extra information on species and flightmill for the eight flightmills id is required.

Usage

1
fm_input(file_dir, file_name, sp_name)

Arguments

file_dir

locates the specified directory.

file_name

choose a file in the directory that has the run values on the first line.

sp_name

the name of the species used in the flight mill. Expects only one species.

Details

Import multiple files

Value

A combined data frame of all the files within the directory.


JayeNewman/flightmill documentation built on Jan. 3, 2022, 12:20 a.m.