Learn R Programming

⚠️There's a newer version (2.0.0) of this package.Take me there.

urlshorteneR (version 0.8.8)

R Wrapper for the Bit.ly, Goo.gl and Is.gd URL Shortening Services

Description

Allows using different URL shortening services, which also provide expanding and analytic functions. Specifically developed for Bit.ly, Goo.gl (both OAUTH2) and is.gd (no API Key). Other can be added by request.

Copy Link

Version

Install

install.packages('urlshorteneR')

Monthly Downloads

264

Version

0.8.8

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

John Malc

Last Published

November 21st, 2015

Functions in urlshorteneR (0.8.8)

bitly_UserMetricsReferrers

Returns aggregate metrics about the pages referring click traffic to all of the authenticated user's Bitlinks.
bitly_LinksMetricsEncodersByCount

Returns users who have encoded this link.
bitly_LinksMetricsReferrersByDomain

Returns metrics about the pages referring click traffic to a single Bitlink, grouped by referring domain.
bitly_UserMetricsPopularLinks

Returns the authenticated user's most-clicked Bitlinks (ordered by number of clicks) in a given time period.
bitly_LinksShorten

Given a long URL, returns a short Bit.ly link.
bitly_IsProDomain

Validate given domain for the PRO features
bitly_UserMetricsClicks

Returns the aggregate number of clicks on all of the authenticated user's Bitlinks.
isgd_LinksExpand

Expand a short URL to a longer one
bitly_UserMetricsCountries

Returns aggregate metrics about the countries referring click traffic to all of the authenticated user's Bitlinks.
bitly_UserMetricsReferringDomains

Returns aggregate metrics about the domains referring click traffic to all of the authenticated user's Bitlinks.
bitly_LinksMetricsEncoders

Returns users who have encoded this long URL.
isgd_LinksShorten

Given a long URL, returns a short is.gd link.
googl_auth

Assign API tokens using OAUTH2
bitly_LinksMetricsCountries

Returns metrics about the countries from a link.
bitly_LinksMetricsClicks

Returns numbers of click on a link.
bitly_UserLinkHistory

Returns entries from a user's link history in reverse chronological order.
bitly_LinksMetricsEncodersCount

Returns the number of users who have shortened a link.
bitly_LinksMetricsReferringDomains

Returns metrics about the domains referring click traffic to a link.
bitly_LinksExpand

Given a bitly URL or hash (or multiple), returns the target (long) URL.
bitly_LinksInfo

Used to return the page title for a given Bitlink.
googl_LinksExpand

Expand a short URL to a longer one
bitly_LinksMetricsReferrers

Returns metrics about the pages referring click traffic to a single Bitlink.
bitly_LinksLookup

Query for a Bitlink based on a long URL.
googl_LinksShorten

Given a long URL, returns a short Goo.gl link.
bitly_UserInfo

Return or update information about a user.
googl_UserLinkHistory

Retrieves a list of URLs shortened by the authenticated user.
bitly_UserTrackingDomains

Returns a list of tracking domains a user has configured.
bitly_UserMetricsShortenCounts

Returns the number of Bitlinks created in a given time period by the authenticated user.