Learn R Programming

urlshorteneR (version 2.0.0)

bitly_retrieve_channel: Get a Channel (Premium)

Description

Get a channel's details

Usage

bitly_retrieve_channel(channel_guid = NULL, showRequestURL = T)

Arguments

channel_guid

- GUID of a target channel

showRequestURL

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

Campaigns

Bit.ly Campaigns allows you to build and manage omnichannel campaigns.

See Also

Examples

Run this code
if (FALSE) {
gc <- bitly_retrieve_channel(channel_guid = "testing")
}

Run the code above in your browser using DataLab