Mercurial > repos > prog > lcmsmatching
comparison MsDbInputDataFrameStream.R @ 2:20d69a062da3 draft
planemo upload for repository https://github.com/workflow4metabolomics/lcmsmatching.git commit d4048accde6bdfd5b3e14f5394902d38991854f8
author | prog |
---|---|
date | Thu, 02 Mar 2017 08:55:00 -0500 |
parents | e66bb061af06 |
children | fb9c0409d85c |
comparison
equal
deleted
inserted
replaced
1:253d531a0193 | 2:20d69a062da3 |
---|---|
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 |