Package: funneljoin 0.1.9000

funneljoin: Time-Based Joins to Analyze Sequences of Events

Time-based joins to analyze sequence of events, both in memory and out of memory. after_join() joins two tables of events, while funnel_start() and funnel_step() join events in the same table. With the type argument, you can switch between different funnel types, like first-first and last-firstafter.

Authors:Emily Robinson [aut, cre], Anthony Baker [aut], David Robinson [aut], Jacqueline Nolis [art]

funneljoin_0.1.9000.tar.gz
funneljoin_0.1.9000.zip(r-4.5)funneljoin_0.1.9000.zip(r-4.4)funneljoin_0.1.9000.zip(r-4.3)
funneljoin_0.1.9000.tgz(r-4.4-any)funneljoin_0.1.9000.tgz(r-4.3-any)
funneljoin_0.1.9000.tar.gz(r-4.5-noble)funneljoin_0.1.9000.tar.gz(r-4.4-noble)
funneljoin_0.1.9000.tgz(r-4.4-emscripten)funneljoin_0.1.9000.tgz(r-4.3-emscripten)
funneljoin.pdf |funneljoin.html
funneljoin/json (API)
NEWS

# Install 'funneljoin' in R:
install.packages('funneljoin', repos = c('https://robinsones.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/robinsones/funneljoin/issues

Datasets:
  • landed - Example dataset of landing events
  • registered - Example dataset of registration events

On CRAN:

15 exports 70 stars 3.61 score 24 dependencies 19 scripts 266 downloads

Last updated 1 years agofrom:9e5cc4c037. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 11 2024
R-4.5-winOKSep 11 2024
R-4.5-linuxOKSep 11 2024
R-4.4-winOKSep 11 2024
R-4.4-macOKSep 11 2024
R-4.3-winOKSep 11 2024
R-4.3-macOKSep 11 2024

Exports:after_anti_joinafter_full_joinafter_inner_joinafter_joinafter_left_joinafter_right_joinafter_semi_joinfilterfunnel_startfunnel_stepfunnel_stepsreclasssummarize_conversionssummarize_funnelsummarize_prop_tests

Dependencies:backportsbroomclicpp11dplyrfansiforcatsgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr

Introduction to funneljoin

Rendered fromfunneljoin.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2019-09-25
Started: 2018-10-03