-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
export(gd_top_trending)
export(iatv_top_trending)
export(list_chyrons)
export(list_networks)
export(query_tv)
export(read_chyrons)
export(word_cloud)
import(httr)
importFrom(DT,datatable)
importFrom(curl,curl_fetch_memory)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,count)
importFrom(dplyr,data_frame)
importFrom(dplyr,mutate)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,select)
importFrom(dplyr,tbl_df)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,is.Date)
importFrom(lubridate,ymd_hms)
importFrom(purrr,"%||%")
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,safely)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(scales,comma)
importFrom(stringi,stri_match_all_regex)
importFrom(stringi,stri_read_lines)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_fixed)
importFrom(tidyr,unnest)
importFrom(tidytext,unnest_tokens)
importFrom(txtplot,txtbarchart)
importFrom(utils,browseURL)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)