bitly_retrieve_group_feature_usage | R Documentation |
Get a group's current feature limit usage.
bitly_retrieve_group_feature_usage(group_id = NA, showRequestURL = F)
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. |
https://dev.bitly.com/api-reference/#getGroupFeatureUsage
## Not run:
ui <- bitly_user_info(showRequestURL = TRUE)
rg <- bitly_retrieve_group_feature_usage(group_guid = ui$default_group_guid)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.