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

View source: R/w3cValidate.R

w3cValidateR Documentation

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

w3cValidate("https://www.r-project.org/")

dschmeh/seoR documentation built on Jan. 7, 2023, 12:19 a.m.