Learn R Programming

aws.alexa (version 0.1.8)

in_links: 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

Run this code
# NOT RUN {
in_links(url = "google.com")
# }

Run the code above in your browser using DataLab