Skip to content

Commit

Permalink
Export fmatch().
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKrantz committed Aug 19, 2024
1 parent f73fe45 commit 77fd62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExportSymbols.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ void R_init_collapse(DllInfo *dll) {
R_RegisterCCallable("collapse", "cp_range", (DL_FUNC) &frange); // frange()
R_RegisterCCallable("collapse", "cp_dist", (DL_FUNC) &fdist); // fdist()
R_RegisterCCallable("collapse", "cp_quantile", (DL_FUNC) &fquantileC); // .quantile()
R_RegisterCCallable("collapse", "cp_match", (DL_FUNC) &fmatchC); // fmatch()
R_RegisterCCallable("collapse", "cp_group", (DL_FUNC) &groupVec); // group(): main hash-based grouping function: for atomic vectors and data frames
R_RegisterCCallable("collapse", "cp_group_at", (DL_FUNC) &groupAtVec); // qG(.., sort = FALSE): same but only works with atomic vectors and has option to keep missing values
R_RegisterCCallable("collapse", "cp_unique", (DL_FUNC) &funiqueC); // funique.default()
Expand Down

0 comments on commit 77fd62d

Please sign in to comment.