-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 868 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 868 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,wt_dt)
S3method(summary,wt_dt)
export(add_duration)
export(add_next_visit)
export(add_panelist_data)
export(add_previous_visit)
export(add_referral)
export(add_session)
export(add_title)
export(as.wt_dt)
export(atkinson_index)
export(classify_visits)
export(create_urldummy)
export(deduplicate)
export(dissimilarity_index)
export(drop_query)
export(extract_domain)
export(extract_host)
export(extract_path)
export(extract_query)
export(is.wt_dt)
export(isolation_index)
export(parse_path)
export(sum_activity)
export(sum_durations)
export(sum_visits)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(fastmatch,"%fin%")
importFrom(stats,aggregate)
importFrom(stats,ave)
importFrom(stats,reshape)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)