save_blinks_data: Save data frame of foraging data to a file

Description Usage Arguments Value

Description

Save data frame of foraging data to a file

Usage

1
save_blinks_data(dat, path = getwd(), name = "", as_csv = F)

Arguments

dat

data frame or list of data frames created by med_to_dt

path

string (optional); complete path to save directory, if not given, uses current working directory

name

string (optional); base name of file. if not provided, default is 'subject_date' of first row

as_csv

logical; if true, save as .csv file. if false, save as .Rdata file with a data frame called 'forage_data'. default=false

Value

complete path to saved file


gkane26/rblinks documentation built on May 24, 2019, 8:51 a.m.