# Read in any ATS, LOTEK, TEKNO file
# list of files
path = system.file("extdata", package = "filteRjsats")
files <- list.files(path)
# Read the files
raw_data <- list()
for(i in 1:length(files)){
raw_data[[i]] <- read_jsats(path = path, file = files[i],
timezone = "America/Los_Angeles")
}
# Warnings are expected due to the formatting of ATS files
Run the code above in your browser using DataLab