Skip to content

Commit 17f502d

Browse files
committed
fixes #1992
1 parent ace179a commit 17f502d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/extract.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ function(x, y, fun=NULL, method="simple", cells=FALSE, xy=FALSE, ID=TRUE, weight
286286
}
287287
e <- extract_table(x, y, ID=ID, weights=weights, exact=exact, touches=touches, small=small, ...)
288288
} else {
289-
290289
e <- extract_fun(x, y, txtfun, ID=ID, weights=weights, exact=exact, touches=touches, small=small, bind=bind, layer=layer, ...)
291290
}
292291
return(e)

0 commit comments

Comments
 (0)