get_dmoz_data {rdomains} | R Documentation |
Get DMOZ Data
Description
Downloads, unzips and saves archived version of the DMOZ data. For more details, check: https://github.com/themains/rdomains/tree/master/data-raw/dmoz/
Usage
get_dmoz_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
Examples
## Not run:
get_dmoz_data()
## End(Not run)
[Package rdomains version 0.2.1 Index]