inst/doc/rdomains.R

## ---- eval=FALSE, install-----------------------------------------------------
#  #library(devtools)
#  install_github("themains/rdomains")

## ---- eval=FALSE, cran_install------------------------------------------------
#  install.packages("rdomains")

## ---- eval=FALSE, load_pkg----------------------------------------------------
#  library(rdomains)

## ---- eval=FALSE, down_shalla-------------------------------------------------
#  get_shalla_data()

## ---- eval=FALSE, shalla------------------------------------------------------
#  shalla_cat("http://www.google.com")

## ---- eval=FALSE, down_dmoz---------------------------------------------------
#  get_dmoz_data()

## ---- eval=FALSE, dmoz--------------------------------------------------------
#  dmoz_cat("http://www.google.com")

## ---- eval=FALSE, ml----------------------------------------------------------
#  adult_ml1_cat("http://www.google.com")

## ---- eval=FALSE, virustotal--------------------------------------------------
#  virustotal_cat("http://www.google.com")

## ---- eval=FALSE, trusted-----------------------------------------------------
#  trusted_cat("http://www.google.com")

## ---- eval=FALSE, set_alexa_cred----------------------------------------------
#  Sys.setenv("AWS_ACCESS_KEY_ID", "key_id")
#  Sys.getenv("AWS_SECRET_ACCESS_KEY", "secret_key")

## ---- eval=FALSE, alexa-------------------------------------------------------
#  alexa_cat(domain="http://www.google.com")[1,]

Try the rdomains package in your browser

Any scripts or data that you put into this service are public.

rdomains documentation built on March 18, 2022, 7:28 p.m.