Skip to content

Commit

Permalink
Removes second line of Cycle code in importMIDN.
Browse files Browse the repository at this point in the history
Closes issue #113.
  • Loading branch information
sjperles committed Jun 13, 2018
1 parent 8f1666a commit c48c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/importMIDN.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ importMIDN<-function(Dir){
InEvents$Event_Date<-as.Date(as.character(InEvents$Event_Date_Txt), format="%Y%m%d")

InCycles<-read.csv(paste(Dir,"Cycles.csv",sep="/"), as.is=T, header=T)
InCycles2<-read.csv(paste(Dir,"Cycles2.csv",sep="/"), as.is=T, header=T)
#InCycles2<-read.csv(paste(Dir,"Cycles2.csv",sep="/"), as.is=T, header=T)

InTrees<-read.csv(paste(Dir,"Trees.csv",sep="/"),as.is=T, header=T)
InSaps<-read.csv(paste(Dir,"Saplings.csv",sep="/"),as.is=T, header=T)
Expand Down

0 comments on commit c48c743

Please sign in to comment.