When executing loops with apply functions, function(x) is always used. Example:
lapply(df,function(x)gsub('[^A-Z]','',x))
In other functions, however, function(x,y) is used. Example:
Reduce(function(x,y)merge(x,y,all=TRUE,b...
asked by
21.09.2018 / 20:14