get_alexa_data {rdomains} | R Documentation |
Get Alexa Traffic Data
Description
Get Top 1M most visited domains list from Alexa. These data can be used to weight the classification error.
Usage
get_alexa_data(outdir = ".", overwrite = FALSE)
Arguments
outdir |
Optional; folder to which you want to save the file; Default is same folder |
overwrite |
Optional; default is FALSE. If TRUE, the file is overwritten. |
References
https://aws.amazon.com/marketplace/pp/B07QK2XWNV
Examples
## Not run:
get_alexa_data()
## End(Not run)
[Package rdomains version 0.2.1 Index]