This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
95 lines (94 loc) · 2.67 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
export(draw_url_timeline_chart)
export(estimate_coord_interval)
export(get_cluster_summary)
export(get_component_summary)
export(get_coord_shares)
export(get_ctshares)
export(get_outputs)
export(get_top_coord_shares)
export(get_top_coord_urls)
export(get_urls_from_ct_histdata)
importFrom(DescTools,Gini)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,theme_minimal)
importFrom(ggsci,scale_colour_startrek)
importFrom(googledrive,as_id)
importFrom(googledrive,drive_upload)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,RETRY)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoint)
importFrom(httr,status_code)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_edgelist)
importFrom(igraph,bipartite.projection)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,get.edge.ids)
importFrom(igraph,graph.data.frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,neighbors)
importFrom(igraph,simplify)
importFrom(igraph,strength)
importFrom(igraph,subgraph.edges)
importFrom(igraph,write.graph)
importFrom(imputeTS,na_interpolation)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_datetime)
importFrom(openai,create_chat_completion)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plyr,desc)
importFrom(readr,col_character)
importFrom(readr,col_skip)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,sym)
importFrom(stats,quantile)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tidytable,bind_rows)
importFrom(tidytable,unnest)
importFrom(urltools,domain)
importFrom(urltools,suffix_extract)
importFrom(urltools,url_decode)
importFrom(urltools,url_encode)
importFrom(utils,menu)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)