Learn R Programming

urlshorteneR (version 1.5.7)

bitly_retrieve_bitlink: Retrieve a Bitlink

Description

This endpoint returns information for a Bitlink.

Usage

bitly_retrieve_bitlink(bitlink = NULL, showRequestURL = FALSE)

Arguments

bitlink

- required, a Bitlink made of the domain and hash

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) {
bitly_retrieve_bitlink(bitlink = "cnn.it/2HomWGB")
}

Run the code above in your browser using DataLab