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

Description Usage Arguments Examples

View source: R/htag.R

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

1
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

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

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

Related to htag in seoR...