-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 751 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 751 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(find_all)
export(find_facebook_page_from_org_page)
export(find_twitter_handle_from_bing)
export(find_twitter_handle_from_org_page)
export(parse_facebook_page_from_page)
export(parse_twitter_handle_from_page)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,possibly)
importFrom(purrr,reduce)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(xml2,read_html)