R/munge_joystick_data.R

# Joystick Fun
#
#

#merges the joystick data with the
long_joystick_data <- function(directory, files, results){
  #load the joystick data
  joy_data <- read.csv(paste0(directory, files), stringsAsFactors = FALSE)


}
RobWHickman/RobeRt documentation built on May 17, 2019, 6:34 p.m.