Learn R Programming

seoR (version 0.1.0)

HTMLtitle_length: Function to retrive the number of characters a Title-Tag contains for a given URL

Description

This function allows you to get the number of characters in a Title-Tag for a given URL.

Usage

HTMLtitle_length(url)

Arguments

url

The URL you want to get the title length for HTMLtitle_length()

Examples

Run this code
# NOT RUN {
HTMLtitle_length("https://www.r-project.org/")
# }

Run the code above in your browser using DataLab