We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa09aa commit 2110d98Copy full SHA for 2110d98
R/rowwiseDT.R
@@ -1,6 +1,3 @@
1
-# This function assumes 'stopf' is available, as it is inside the data.table package.
2
-# If running standalone, replace `stopf(...)` with `stop(sprintf(...))`.
3
-
4
rowwiseDT = function(...) {
5
x = substitute(list(...))[-1L]
6
if (is.null(nms <- names(x)))
0 commit comments