knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(rubin)

how to use

# set the file name and paths to input and output folder
file = 'sampleXYZ.csv'
path = '/Volumes/hkr-storage/Research/dfuller/Walkabilly/people/Seyed Javad/'
folderInn = path
folderOut = paste0(path, "output/")

# run 
acti_counts(file, folderInn, folderOut, filesf = 100)


Javad-mun/rubin documentation built on June 5, 2019, 11:01 a.m.