url_info: Get Information about a URL

View source: R/url_info.R

url_infoR 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)

cloudyr/aws.alexa documentation built on June 2, 2022, 7:17 p.m.