Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
datautils
Commits
6ef0f261
Commit
6ef0f261
authored
Apr 29, 2016
by
Holger Brandl
Browse files
added Reduce comment
parent
d6f4903b
Changes
1
Show whitespace changes
Inline
Side-by-side
R/core_commons.R
View file @
6ef0f261
...
...
@@ -298,6 +298,7 @@ mcdir <- function(dirname){
locload
<-
function
(
fileName
)
local
(
get
(
load
(
fileName
)))
## tbd: it would be more efficient to use Reduce here (see http://stackoverflow.com/questions/34344214/how-to-join-multiple-data-frames-using-dplyr)
rmerge
<-
function
(
LDF
,
by
,
...
){
DF
<-
LDF
[[
1
]]
for
(
i
in
2
:
length
(
LDF
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment