-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
33 lines (32 loc) · 884 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(account_stats)
export(detect_groups)
export(flag_speed_share)
export(generate_coordinated_network)
export(group_stats)
export(load_many_tweets_json)
export(load_tweets_json)
export(load_twitter_users_json)
export(normalize_text)
export(prep_data)
export(preprocess_tweets)
export(preprocess_twitter_users)
export(remove_hashtags)
export(reshape_tweets)
export(simulate_data)
import(RcppSimdJson)
import(data.table)
import(igraph)
importFrom(data.table,':=')
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(lubridate,as_datetime)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rpois)
importFrom(stringi,stri_pad_left)
importFrom(stringi,stri_split_fixed)
importFrom(tidytable,unnest)