-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 848 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
S3method(print,tweet_thread)
export(as_tweet_thread)
export(get_thread)
export(htmlify_tweet)
export(style_tweet)
import(rtweet)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(igraph,as_data_frame)
importFrom(igraph,decompose)
importFrom(openssl,base64_encode)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,walk2)
importFrom(stringi,stri_detect_fixed)
importFrom(tidyr,unnest)
importFrom(utils,globalVariables)