powered by
Returns the number of users who have shortened (encoded) a single Bitlink.
bitly_LinksMetricsEncodersCount(link, showRequestURL = FALSE)
- a Bitlink.
- show URL which has been build and requested from server. For debug purposes.
aggregate_link - the aggregate (global) Bitlink for the provided Bitlink.
count - the number of bitly users who have shortened (encoded) this link.
http://dev.bitly.com/link_metrics.html#v3_link_encoders_count
# NOT RUN { bitly_token <- bitly_auth(key = "", secret = "") bitly_LinksMetricsEncodersCount(link = "http://bit.ly/DPetrov") # } # NOT RUN { # }
Run the code above in your browser using DataLab