Learn R Programming

rfacebookstat (version 1.8.3)

fbGetAdAccountUsers: Get avable business Managers.

Description

fbGetAdAccountUsers get data frame with adaccounts user list in R.

Usage

fbGetAdAccountUsers(accounts_id = NULL, 
                    api_version = "v3.1", 
					console_type = "progressbar", 
					access_token = NULL)

Arguments

accounts_id

vector with ID of your ad account, for example c("act_00001","act_00002").

access_token

Your facebook API token.

console_type

Console output type, "progressbar" or "message"

api_version

Current Facebook API version.

Value

Data frame with ad account list.

Examples

Run this code
# NOT RUN {
accountUsers <- fbGetAdAccountUsers(accounts_id = c("act_00001","act_00002"), 
                                    access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
# }

Run the code above in your browser using DataLab