Description Usage Arguments Details Value Author(s) References Examples
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.
1 |
url |
A character string, the URL to decode |
... |
Optional arguments to pass along to RCurl |
Uses the longapi.org API
A character string containing either the original URL (if not shortened) or the full URL (if shortened)
Neil Jang
1 2 3 4 | ## Not run:
decode_short_url("http://bit.ly/23226se656")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.