in_links | R Documentation |
Sites linking to the site
in_links(url = NULL, start = 0, count = 20, ...)
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 |
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") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.