Skip to content

stephensebastin/rdomains

 
 

Repository files navigation

rdomains: Classify Domains Based on Their Content

Build Status Build status codecov

The package provides a few ways to classify domains based on their content. You can either get the categorizations from shallalist, trusted (McAfee), DMOZ (the service has ended), Alexa API, which uses the DMOZ Data, or virustotal API, or use validated machine learning models based off the shallalist data.

Installation

To get the current release version from CRAN:

install.packages("rdomains")

To get the current development version from GitHub:

# install.packages("devtools")
devtools::install_github("themains/rdomains", build_vignettes = TRUE)

Usage

To learn how to use rdomains, read this vignette. Or launch the vignette within R:

vignette("rdomains", package = "rdomains")

License

Scripts are released under the MIT License.

About

Classifying the content of domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%