dfp_getAllRoles {rdfp} | R Documentation |
getAllRoles
Description
Returns the Role objects that are defined for the users of the network. Returns the Role objects that are defined for the users of the network. @return the roles defined for the user's network Returns the Role objects that are defined for the users of the network. @return the roles defined for the user's network
Usage
dfp_getAllRoles(as_df = TRUE, verbose = FALSE)
Arguments
as_df |
a boolean indicating whether to attempt to parse the result into
a |
verbose |
a boolean indicating whether to print the service URL and POSTed XML |
Value
a data.frame
or list
containing all the elements of a getAllRolesResponse
See Also
Google Documentation for getAllRoles
Examples
## Not run:
res <- dfp_getAllRoles()
## End(Not run)
[Package rdfp version 0.1.4 Index]