-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (41 loc) · 1.14 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
export(myTarAuth)
export(myTarRefreshToken)
export(myTarGetCampaignList)
export(myTarGetAdList)
export(myTarGetClientList)
export(myTarGetStats)
export(myTarGetGoalsStats)
export(myTarGetGoalList)
export(myTarGetFastStats)
export(myTarGetInAppStats)
export(myTarGetOfflineConversionsStats)
export(myTarSetLogin)
export(myTarSetTokenPath)
importFrom(httr, GET)
importFrom(httr, POST)
importFrom(httr, stop_for_status)
importFrom(httr, content)
importFrom(httr, content_type)
importFrom(httr, add_headers)
importFrom(lubridate, day)
importFrom(lubridate, month)
importFrom(lubridate, year)
importFrom(dplyr, bind_rows)
importFrom(dplyr, left_join)
importFrom(dplyr, bind_cols)
importFrom(dplyr, tibble)
importFrom(dplyr, select)
importFrom(dplyr, left_join)
importFrom(dplyr, group_by)
importFrom(dplyr, summarise)
importFrom(dplyr, filter)
importFrom(dplyr, mutate)
importFrom(dplyr, "%>%")
importFrom(tidyr, unnest_wider)
importFrom(tidyr, unnest_longer)
importFrom(stats, setNames)
importFrom(stringr, str_interp)
importFrom(stats, runif)
importFrom(utils, browseURL)
importFrom(purrr, map_df)
importFrom(purrr, flatten)