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:
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')) |
Bug tracker:https://github.com/robinsones/funneljoin/issues
- landed - Example dataset of landing events
- registered - Example dataset of registration events
Last updated 2 years agofrom:9e5cc4c037. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win | OK | Nov 10 2024 |
R-4.5-linux | OK | Nov 10 2024 |
R-4.4-win | OK | Nov 10 2024 |
R-4.4-mac | OK | Nov 10 2024 |
R-4.3-win | OK | Nov 10 2024 |
R-4.3-mac | OK | Nov 10 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
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Join tables based on one event happening after another | after_anti_join after_full_join after_inner_join after_join after_left_join after_right_join after_semi_join |
View result for each type of afterjoin | after_join_all |
Title | as_seconds |
Distinct events | distinct_events |
Start a funnel | funnel_start |
Continue to funnel | funnel_step funnel_steps |
Example dataset of landing events | landed |
Copy class and attributes from the original version of an object to a modified version. | reclass |
Example dataset of registration events | registered |
Summarize Left-joined table into conversion count | summarize_conversions |
Summarize after funnel start and funnel step(s) | summarize_funnel |
Summarise after join funnel with proportion test | summarize_prop_tests |