-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(download_media)
export(find_name)
export(fix_json)
export(get_ad_snapshots)
export(get_page_insights)
export(get_report_db)
export(get_targeting)
export(get_targeting_db)
export(ggl_get_spending)
export(map_dfr_progress)
export(parse_location)
export(retrieve_targeting_metadata)
export(stupid_conversion)
export(unnest_and_fix_dups)
export(walk_progress)
importFrom(arrow,read_parquet)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,transmute)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,imap_dfr)
importFrom(purrr,is_empty)
importFrom(purrr,map_dfr)
importFrom(purrr,set_names)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,html_text)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,separate)