in_links: Sites linking to the site

View source: R/in_links.R

in_linksR Documentation

Sites linking to the site

Description

Sites linking to the site

Usage

in_links(url = NULL, start = 0, count = 20, ...)

Arguments

url

String; Required; valid url

start

index of result at which to start; default = 0

count

Number of results to return for this request; Max = 20; Default = 20

...

Additional arguments passed to alexa_GET.

Value

data.frame with two columns: title (site hostname) and url (specific url)

References

https://docs.aws.amazon.com/AlexaWebInfoService/latest/ApiReference_SitesLinkingInAction.html

Examples

## Not run: 
in_links(url = "google.com")

## End(Not run)

cloudyr/aws.alexa documentation built on June 2, 2022, 7:17 p.m.