-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.43 KB
/
NAMESPACE
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(anonymize,default)
S3method(anonymize,ego)
S3method(anonymize,smtrx)
S3method(cluster_ids,smtrx)
S3method(cluster_ts,smtrx)
S3method(filter,default)
S3method(filter,ego)
S3method(filter,interact)
S3method(filter,smtrx)
S3method(mreverse,default)
S3method(mreverse,interact)
S3method(parse,ego)
S3method(parse,smtrx)
S3method(qexpl,act)
S3method(qexpl,default)
S3method(qexpl,ego)
S3method(qexpl,interact)
S3method(qexpl,pitch)
S3method(qexpl,vol)
export(anonymize)
export(as_smtrx)
export(cluster_ids)
export(cluster_ts)
export(dynam_event_dyad)
export(dynam_event_presence)
export(dynam_nodes)
export(filter)
export(grp_reverse_pairs)
export(hash_source)
export(mread)
export(mreverse)
export(parse)
export(qexpl)
export(read_audio)
export(read_body)
export(read_interaction)
export(rem_covars)
export(rem_edge_list)
export(rr_rating)
export(unique_dates)
export(unique_ids)
exportClasses(anonymize)
exportClasses(mreverse)
import(dplyr)
import(network)
import(stringr)
import(tibble)
import(tidyr)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,transmute)
importFrom(ggplot2,ggplot)
importFrom(lubridate,force_tz)
importFrom(lubridate,is.POSIXct)
importFrom(magrittr,"%<>%")
importFrom(readr,read_delim)
importFrom(readxl,read_excel)
importFrom(rlang,eval_tidy)
importFrom(rlang,quos)
importFrom(sjmisc,dicho)
importFrom(tibble,tibble)
importFrom(tidyr,gather)