Skip to content

Commit 87285b8

Browse files
authored
Update dupLen.c
1 parent 78c8896 commit 87285b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dupLen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
SEXP dupLenR(SEXP x) {
26-
if (isFrame(x)) {
26+
if (isDataFrame(x)) {
2727
SEXP ans = PROTECT(dupLenDataFrameR(x));
2828
UNPROTECT(1);
2929
return ans;

0 commit comments

Comments
 (0)