dfp_getCurrentNetwork: getCurrentNetwork

Description Usage Arguments Value See Also Examples

Description

Returns the current network for which requests are being made. Returns the current network for which requests are being made. @return the network for which the user is currently making the request Returns the current network for which requests are being made. @return the network for which the user is currently making the request

Usage

1
dfp_getCurrentNetwork(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 getCurrentNetworkResponse

See Also

Google Documentation for getCurrentNetwork

Examples

1
2
3
4
## Not run: 
 res <- dfp_getCurrentNetwork()

## End(Not run)

rdfp documentation built on June 6, 2019, 1:02 a.m.