powered by
Sites linking to the site
in_links(url = NULL, start = 0, count = 20, ...)
String; Required; valid url
index of result at which to start; default = 0
Number of results to return for this request; Max = 20; Default = 20
Additional arguments passed to alexa_GET.
alexa_GET
data.frame with two columns: title (site hostname) and url (specific url)
https://docs.aws.amazon.com/AlexaWebInfoService/latest/ApiReference_SitesLinkingInAction.html
# NOT RUN { in_links(url = "google.com") # }
Run the code above in your browser using DataLab