bitly_retrieve_org | R Documentation |
Retrive details for the specified organization.
bitly_retrieve_org(organization_id = NULL)
organization_id |
- a required string | A GUID for a Bitly organization. You may also simply pass "" (double quotes), but this should be avoided at all costs. |
Organizations are part of our hierarchy. This is the top level where a group and user will belong.
https://dev.bitly.com/api-reference/#getOrganization
## Not run:
all_orgs <- bitly_retrieve_orgs()
ro <- bitly_retrieve_org(organization_id = all_orgs$guid)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.