twitteR (version 1.1.9)

decode_short_url: A function to decode shortened URLs

Description

Will expand a URL that has been processed by a link shortener (e.g. bit.ly). Provided as a convenience function to users who may which to perform this operation.

Usage

decode_short_url(url, ...)

Arguments

url
A character string, the URL to decode
...
Optional arguments to pass along to RCurl

Value

A character string containing either the original URL (if not shortened) or the full URL (if shortened)

Details

Uses the longapi.org API

References

longapi.org

Examples

Run this code
  ## Not run: 
#     decode_short_url("http://bit.ly/23226se656")
#   ## End(Not run)

Run the code above in your browser using DataLab