url_info {aws.alexa}R Documentation

Get Information about a URL

Description

Get Information about a URL

Usage

url_info(url = NULL, response_group = "SiteData", ...)

Arguments

url

String; Required; valid url

response_group

String; Required; One of the following: RelatedLinks, Categories, Rank, RankByCountry, UsageStats, AdultContent, Speed, Language, OwnedDomains, LinksInCount, SiteData Default is 'SiteData'. Multiple fields can be passed. They must be separated by comma.

...

Additional arguments passed to alexa_GET.

Value

named list

References

https://docs.aws.amazon.com/AlexaWebInfoService/latest/ApiReference_UrlInfoAction.html

Examples

## Not run: 
url_info(url = "http://www.google.com")

## End(Not run)

[Package aws.alexa version 0.1.8 Index]