if (FALSE) {
# Set API key first
set_key('your_api_key_here')
# Get domain reports
report1 <- domain_report("google.com")
report2 <- domain_report("https://www.example.com/path")
print(report1)
summary(report1)
}
Run the code above in your browser using DataLab