-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (52 loc) · 1.45 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
export(yadirGetCampaignList)
export(yadirGetCampaign)
export(yadirGetClientList)
export(yadirGetToken)
export(yadirAuth)
export(yadirGetLogins)
export(yadirSetLogin)
export(yadirSetAgencyAccount)
export(yadirGetDictionary)
export(yadirCurrencyRates)
export(yadirGetReport)
export(yadirGetAdGroups)
export(yadirGetAds)
export(yadirGetKeyWords)
export(yadirGetBalance)
export(yadirGetClientParam)
export(yadirGetSiteLinks)
export(yadirStopCampaigns)
export(yadirStartCampaigns)
export(yadirStartAds)
export(yadirStopAds)
export(yadirStopKeyWords)
export(yadirStartKeyWords)
export(yadirGetKeyWordsBids)
export(yadirSetAutoKeyWordsBids)
export(yadirGetWordStatReport)
export(yadirSetKeyWordsBids)
export(yadirGetForecast)
export(yadirGetCostData)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(httr,POST)
importFrom(httr,GET)
importFrom(httr,stop_for_status)
importFrom(httr,content)
importFrom(httr,add_headers)
importFrom(httr, headers)
importFrom(tidyr, unnest_wider, unnest_longer, hoist, replace_na)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,fromJSON)
importFrom(xml2,xml_text)
importFrom(xml2,xml_find_all)
importFrom(dplyr, bind_rows, select, filter, tibble, rename, mutate, mutate_if, "%>%")
importFrom(purrr, map_df, flatten)
importFrom(stringr, str_glue)
import(bitops)
import(data.table)
import(magrittr)
importFrom(xml2, xml_find_all)
importFrom(xml2, xml_text)
import(readr)
S3method(print, yadir_token)