comparison MsDbInputDataFrameStream.R @ 1:45e985cd8e9e draft

planemo upload for repository https://github.com/workflow4metabolomics/lcmsmatching.git commit d4048accde6bdfd5b3e14f5394902d38991854f8-dirty
author prog
date Tue, 31 Jan 2017 05:27:24 -0500
parents 3afe41d3e9e7
children 1ba222315fd5
comparison
equal deleted inserted replaced
0:3afe41d3e9e7 1:45e985cd8e9e
80 80
81 MsDbInputDataFrameStream$methods( hasNextValues = function() { 81 MsDbInputDataFrameStream$methods( hasNextValues = function() {
82 return(.self$.i < nrow(.self$.df)) 82 return(.self$.i < nrow(.self$.df))
83 }) 83 })
84 84
85 #########
86 # RESET #
87 #########
88
89 MsDbInputDataFrameStream$methods( reset = function() {
90 .i <<- 0L
91 })
92
85 } # end of load safe guard 93 } # end of load safe guard