-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
38 lines (38 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: funneljoin
Type: Package
Title: Time-Based Joins to Analyze Sequences of Events
Version: 0.1.1.9000
Authors@R: c(
person("DataCamp", "Engineering", email = "engineering@datacamp.com", role = c("cre")),
person("Emily", "Robinson", email = "robinson.es@gmail.com", role = c("aut")),
person("Anthony", "Baker", email = "anthony@datacamp.com", role = c("aut")),
person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut")),
person("Jacqueline", "Nolis", email = "jacquelinenolis@outlook.com", role = c("art")))
Depends:
R (>= 2.10)
Maintainer: DataCamp Engineering <engineering@datacamp.com>
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.0.2
Imports:
dplyr,
glue,
tibble,
magrittr,
broom,
purrr,
rlang,
tidyr,
methods
VignetteBuilder: knitr