in_links {aws.alexa} | R 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 |
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)
[Package aws.alexa version 0.1.8 Index]