htag_count: Function to retrive the number of specified H-Tag for a given...

Description Usage Arguments Examples

View source: R/htag_count.R

Description

This function allows you to get the number of H-Tags you specified in the Call for a given URL.

Usage

1
htag_count(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_count()

Examples

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

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

Related to htag_count in seoR...