htag: Function to retrive the specified H-Tag of a URL as a Data...

View source: R/htag.R

htagR Documentation

Function to retrive the specified H-Tag of a URL as a Data Frame

Description

This function allows you to get the H-Tags you specified in the Call of a given URL. The function returns the H-Tags as Data Frame.

Usage

htag(url, hTag = "h1")

Arguments

url

The URL you want to get the H-Tags for

hTag

The H-Tags you want to get (exampale = h2-Tags). Default is H1 htag()

Examples

htag("https://www.r-project.org/", hTag = "h1")

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