-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(chunk_users,default)
S3method(chunk_users_data,character)
S3method(chunk_users_data,data.frame)
S3method(chunk_users_data,data.table)
S3method(chunk_users_data,default)
S3method(chunk_users_data,factor)
S3method(explain_bot,character)
S3method(explain_bot,data.frame)
S3method(explain_bot,data.table)
S3method(explain_bot,default)
S3method(explain_bot,factor)
S3method(log_counts,data.frame)
S3method(log_counts,data.table)
S3method(log_counts,default)
S3method(log_counts,integer)
S3method(log_counts,list)
S3method(predict_bot,character)
S3method(predict_bot,data.frame)
S3method(predict_bot,data.table)
S3method(predict_bot,default)
S3method(predict_bot,factor)
S3method(predict_bot_score,default)
S3method(preprocess_bot,character)
S3method(preprocess_bot,data.frame)
S3method(preprocess_bot,data.table)
S3method(preprocess_bot,default)
S3method(preprocess_bot,factor)
S3method(print,rtweet_token)
S3method(str,rtweet_token)
export(chunk_users)
export(chunk_users_data)
export(explain_bot)
export(log_counts)
export(predict_bot)
export(predict_bot_score)
export(predict_botometer)
export(preprocess_bot)
export(split_test_train)
import(data.table)