gsoc17-hhmm icon indicating copy to clipboard operation
gsoc17-hhmm copied to clipboard

main.R error

Open personal-coding opened this issue 4 years ago • 0 comments

Anytime I try to change the dates of the data files in the main.R file, I receive this error:

> # assign zig-zag to top states
> zig$topstate <- state.filtered
Error in error(x, ...) : 
  improper length of one or more arguments to merge.xts
> for (i in 1:length(topstate.pairs))
+   zig$topstate[state.filtered %in% topstate.pairs[[i]]] <- topstate.index[i]
Error in error(x, ...) : 
  improper length of one or more arguments to merge.xts

personal-coding avatar Dec 17 '19 21:12 personal-coding