get_custom_data: Combine dynamic or static data with behavior timestamps

View source: R/exploring_lab_data.R

get_custom_dataR Documentation

Combine dynamic or static data with behavior timestamps

Description

If date and time are in same column, the data is split into separate Date and Time columns. New columns are created for Behavior and Prey info. Creates new csv file with combined data.

Usage

get_custom_data(data_file, timestamps_file, filename)

Arguments

data_file

Name of file containing dynamic or static data

timestamps_file

Name of file containing behavior timestamps

filename

Name of new file created

Value

None

Examples

get_custom_data("Lady_27Mar17_Dynamic25Hz.csv",
"TimestampedData_Lady_27Mar17.csv",
"Custom_Lady_27Mar17_dynamic.csv")

longjess/hornsharkHMM documentation built on June 15, 2022, 11:32 p.m.