if (FALSE) {
#For get adgroups data frame
# Get data from clients account
my_ad_group <- yadirGetAdGroups(Login = "login")
# Get data from agency account
### !!!Please choose another TokenPath to save the Login permanently.
my_ad_group <- yadirGetAdGroups(Login = "client_login",
AgencyAccount = "agency_login",
TokenPath = tempdir())
}
Run the code above in your browser using DataLab