| bitly_bsds_overrides | R Documentation | 
Retrieves all account overrides matching specified group_guid and bsd query filters.
bitly_bsds_overrides(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/#getOverridesForGroups
## Not run: 
ui <- bitly_user_info(showRequestURL = TRUE)
bsds_over <- bitly_bsds_overrides(group_id = ui$default_group_guid[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.