Learn R Programming

urlshorteneR (version 2.0.0)

bitly_retrieve_group_feature_usage: Retrieve group's feature limit usage

Description

Get a group's current feature limit usage.

Usage

bitly_retrieve_group_feature_usage(group_id = NA, showRequestURL = F)

Arguments

group_id

- a required string | A GUID for a Bitly group

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.

See Also

Examples

Run this code
if (FALSE) {
ui <- bitly_user_info(showRequestURL = TRUE)
rg <- bitly_retrieve_group_feature_usage(group_guid = ui$default_group_guid)
}

Run the code above in your browser using DataLab