powered by
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.
htag(url, hTag = "h1")
The URL you want to get the H-Tags for
The H-Tags you want to get (exampale = h2-Tags). Default is H1 htag()
# NOT RUN { htag("https://www.r-project.org/", hTag = "h1") # }
Run the code above in your browser using DataLab