unshorten links in R code example
Example 1: unshorten url in R
if (interactive()) {
bitly_update_user(name = "John Malc", showRequestURL = TRUE)
}
Example 2: unshorten url in R
## In order to use bitly functions, you first need to authenticate.
## For that execute 'bitly_auth()' in R console.