Learn R Programming

rdomains (version 0.2.1)

brightcloud_cat: Get Category from Brightcloud

Description

Returns category of content from Brighcloud

Usage

brightcloud_cat(domain = NULL, key = NULL, secret = NULL)

Arguments

domain

domain name

key

brightcloud API consumer key

secret

brightcloud API consumer secret

Value

named list

Details

Get the API Consumer Key and Secret from http://www.brightcloud.com/.

References

http://www.brightcloud.com/

Examples

Run this code
# NOT RUN {
brightcloud_cat("http://www.google.com", key = "XXXX", secret = "XXXX")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab