alexa_cat {rdomains} | R Documentation |
Get Category from Alexa
Description
To learn how to get the Access Key ID and Secret Access Key, see https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html,
clicking on the username followed by security credentials. Either pass the access key and secret or
set two environmental variables AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
.
These environment variables persist within a R session.
Usage
alexa_cat(domain = NULL, key = NULL, secret = NULL)
Arguments
domain |
domain name |
key |
Alexa Access Key ID |
secret |
Alexa Secret Access Key |
Value
data.frame with 2 columns Title and AbsolutePath
References
https://docs.aws.amazon.com/AlexaWebInfoService/latest/
Examples
## Not run:
alexa_cat(domain = "http://www.google.com")
## End(Not run)
[Package rdomains version 0.2.1 Index]