CLEANUP: append(x, y) -> c(x, y)
HenrikBengtsson opened this issue · 0 comments
HenrikBengtsson commented
Replace all append(x, y)
with c(x, y)
, because that's what append()
does internally;
R.rsp/R/RspDocument.R: res <- append(res, expr);
HenrikBengtsson opened this issue · 0 comments
Replace all append(x, y)
with c(x, y)
, because that's what append()
does internally;
R.rsp/R/RspDocument.R: res <- append(res, expr);