View source: R/exploring_lab_data.R
get_custom_data | R Documentation |
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.
get_custom_data(data_file, timestamps_file, filename)
data_file |
Name of file containing dynamic or static data |
timestamps_file |
Name of file containing behavior timestamps |
filename |
Name of new file created |
None
get_custom_data("Lady_27Mar17_Dynamic25Hz.csv", "TimestampedData_Lady_27Mar17.csv", "Custom_Lady_27Mar17_dynamic.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.