dfp_getAllRoles
From rdfp v0.1.4
by Steven Mortimer
getAllRoles
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
data.frame
- 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
Examples
# NOT RUN {
res <- dfp_getAllRoles()
# }
Community examples
Looks like there are no examples yet.