forked from snfagora/MapAgora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.38 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_for_grantmaking_activity_990)
export(clean_program_desc)
export(example_function_for_single_org)
export(extract_about_links)
export(extract_about_page_content)
export(extract_financial_info)
export(filter_null_grant_info)
export(find_about_link)
export(find_all)
export(find_facebook_page_from_org_page)
export(find_twitter_handle_from_bing)
export(find_twitter_handle_from_org_page)
export(get_990)
export(get_about_page_content)
export(get_aws_url)
export(get_filing_type_990)
export(get_financial_details_990)
export(get_financial_details_990ez)
export(get_foundation_ein)
export(get_grantmaking_details_990)
export(get_organization_name_990)
export(get_scheduleO)
export(get_scheduleR)
export(get_value_990)
export(if_not_about)
export(ifnotNA)
export(import_idx)
export(parse_facebook_page_from_page)
export(parse_twitter_handle_from_page)
export(standardize_990_flag)
export(standardize_url)
export(url_exists)
import(rex)
importFrom(XML,getNodeSet)
importFrom(XML,xmlChildren)
importFrom(XML,xmlRoot)
importFrom(XML,xmlSize)
importFrom(XML,xmlTreeParse)
importFrom(XML,xmlValue)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(furrr,future_map)
importFrom(furrr,future_map_chr)
importFrom(furrr,future_map_int)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(htm2txt,gettxt)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,possibly)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(readr,parse_number)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(textclean,strip)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(urltools,url_parse)
importFrom(xml2,read_html)
importFrom(xml2,url_absolute)