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

View source: R/htag_count.R

htag_countR Documentation

Function to retrive the number of specified H-Tag for a given URL

Description

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

Usage

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

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

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