-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
56 lines (55 loc) · 1.47 KB
/
NAMESPACE
File metadata and controls
56 lines (55 loc) · 1.47 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(combine_texts)
export(extract_about_links)
export(extract_about_page_content)
export(find_about_link)
export(find_footer)
export(find_header)
export(get_about_page_content)
export(get_all_texts)
export(if_not_about)
export(parse_by_length)
export(url_exists)
importFrom(XML,htmlTreeParse)
importFrom(XML,xpathApply)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(furrr,future_map_int)
importFrom(glue,glue)
importFrom(htm2txt,gettxt)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,config)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,is_empty)
importFrom(purrr,possibly)
importFrom(purrr,safely)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_last_fixed)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(textclean,strip)
importFrom(tibble,tibble)
importFrom(xml2,read_html)
importFrom(xml2,url_absolute)