diff options
Diffstat (limited to 'R/idframe.R')
-rw-r--r-- | R/idframe.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/idframe.R b/R/idframe.R index 6cc0483..e6ad6d3 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -22,7 +22,7 @@ #' @export idframe <- function(output=NULL,input=NULL,Ts = 1,start=0,end=NULL, unit = c("seconds","minutes","hours", - "days","hours")[1]){ + "days")[1]){ l <- list(output,input) l2 <- lapply(l,data.frame) |