| combine_files | R Documentation | 
Takes a list of .txt files from the same animal and produces a tibble with all variables
combine_files(filepaths, baseline = 5, exposure = 7, baselinestart = 7, maxbaseline = 5)
filepaths | 
 a character vector of file names for the same animal  | 
baseline | 
 number of days in baseline condition, defaults to 5  | 
exposure | 
 number of days in exposure condition, defaults to 7  | 
baselinestart | 
 number indicating start of light period, defaults to 7 (= 07:00)  | 
maxbaseline | 
 number of maximum baseline days in experiment, defaults to 5  | 
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.