R/segments.R

Defines functions list_segments

Documented in list_segments

#' @template list_segments
#' @include mgmt.R
#' @export
list_segments = function(start.index = NULL, max.results = NULL, token) {
    path <- "management/segments"
    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.