-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
37 lines (36 loc) · 957 Bytes
/
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
# 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_targeting)
export(ggl_get_spending)
export(map_dfr_progress)
export(parse_location)
export(stupid_conversion)
export(unnest_and_fix_dups)
export(walk_progress)
importFrom(dplyr,bind_cols)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_all)
importFrom(dplyr,select)
importFrom(dplyr,slice)
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_text)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)