R/customDataSources.R

Defines functions list_custom_data_sources

Documented in list_custom_data_sources

#' @template list_customDataSources
#' @include mgmt.R
#' @export
list_custom_data_sources <- function(accountId, webPropertyId, start.index = NULL, max.results = NULL, token) {
    path <- sprintf("management/accounts/%s/webproperties/%s/customDataSources",
                    accountId, webPropertyId)
    list_mgmt(path, list(start.index = start.index, max.results = max.results), token)
}

Try the RGA package in your browser

Any scripts or data that you put into this service are public.

RGA documentation built on May 2, 2019, 6:47 a.m.