Learn R Programming

aws.alexa (version 0.1.8)

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

Run this code
# NOT RUN {
url_info(url = "http://www.google.com")
# }

Run the code above in your browser using DataLab