Learn R Programming

seoR (version 0.1.0)

HTMLtitle: Function to retrive the Title of a given URL

Description

This function allows you to get the title of a specific URL.

Usage

HTMLtitle(url)

Arguments

url

The URL you want to get the title for HTMLtitle()

Examples

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

Run the code above in your browser using DataLab