alexa_cat.Rd
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.
alexa_cat(domain = NULL, key = NULL, secret = NULL)
domain name
Alexa Access Key ID
Alexa Secret Access Key
data.frame with 2 columns Title and AbsolutePath
if (FALSE) {
alexa_cat(domain = "http://www.google.com")
}