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.7)funneljoin_0.1.9000.zip(r-4.6)funneljoin_0.1.9000.zip(r-4.5)
funneljoin_0.1.9000.tgz(r-4.6-any)funneljoin_0.1.9000.tgz(r-4.5-any)
funneljoin_0.1.9000.tar.gz(r-4.7-any)funneljoin_0.1.9000.tar.gz(r-4.6-any)
funneljoin_0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:9e5cc4c037. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 143 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 194 | ||
| macos-oldrel-arm64 | OK | 152 | ||
| windows-devel | OK | 104 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 104 |
Exports:after_anti_joinafter_full_joinafter_inner_joinafter_joinafter_left_joinafter_right_joinafter_semi_joinfilterfunnel_startfunnel_stepfunnel_stepsreclasssummarize_conversionssummarize_funnelsummarize_prop_tests
Dependencies:backportsbroomclicpp11dplyrforcatsgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
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 |
