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 c506fbe commit 5bb3845Copy full SHA for 5bb3845
src/vecseq.c
@@ -1,6 +1,7 @@
1
#include "data.table.h"
2
3
-SEXP vecseq(SEXP x, SEXP len, SEXP clamp) {
+SEXP vecseq(SEXP x, SEXP len, SEXP clamp)
4
+{
5
// Name taken from bit::vecseq, but,
6
// * implemented in C rather than R
7
// * takes len rather than y endpoints
0 commit comments