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 78c8896 commit 87285b8Copy full SHA for 87285b8
src/dupLen.c
@@ -23,7 +23,7 @@
23
*/
24
25
SEXP dupLenR(SEXP x) {
26
- if (isFrame(x)) {
+ if (isDataFrame(x)) {
27
SEXP ans = PROTECT(dupLenDataFrameR(x));
28
UNPROTECT(1);
29
return ans;
0 commit comments