Skip to content

Commit

Permalink
number of obs print to screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan S Read committed Jul 10, 2014
1 parent f65234d commit 797cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/load.sensor.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ read.wide_burst <- function(filename,date.type){

fileLines <- readLines(c)
close(c)
cat('num lines:');cat(length(fileLines));cat('\n')
cat('number of observations:');cat(length(fileLines)*30);cat('\n')
sens.vec <- vector(mode="numeric",length=length(fileLines)*60)
date.vec <- rep(as.POSIXct('1900-01-01'),length(fileLines)*60)

Expand Down

0 comments on commit 797cebb

Please sign in to comment.