Learn R Programming

seoR (version 0.1.0)

htag_count: 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

Run this code
# NOT RUN {
htag_count("https://www.r-project.org/", hTag = "h3")
# }

Run the code above in your browser using DataLab