in_links: Sites linking to the site

Description Usage Arguments Value References Examples

View source: R/in_links.R

Description

Sites linking to the site

Usage

1
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

1
2
3
4
## Not run: 
in_links(url = "google.com")

## End(Not run)

aws.alexa documentation built on Nov. 10, 2020, 3:49 p.m.