Learn R Programming

seoR (version 0.1.0)

w3cValidate: Function to preform a W3C Validation Test for a specific URL

Description

This function allows you to perform a W3C Validation test for a given URL. You will get the number of Errors and Warnings for the URL as Data Frame.

Usage

w3cValidate(url)

Arguments

url

The url you want to perform the Validation for w3cValidate()

Examples

Run this code
# NOT RUN {
w3cValidate("https://www.r-project.org/")
# }

Run the code above in your browser using DataLab