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

Description Usage Arguments Examples

View source: R/w3cValidate.R

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

1

Arguments

url

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

Examples

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

seoR documentation built on Jan. 29, 2018, 5:05 p.m.

Related to w3cValidate in seoR...