Skip to content

Commit 2110d98

Browse files
committed
..
1 parent aaa09aa commit 2110d98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/rowwiseDT.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
rowwiseDT = function(...) {
52
x = substitute(list(...))[-1L]
63
if (is.null(nms <- names(x)))

0 commit comments

Comments
 (0)