Learn R Programming

seoR (version 0.1.0)

responseCode: Function to get the Status Code of a given URL

Description

This function allows you to get the the status Code of a given URL

Usage

responseCode(url)

Arguments

url

The URL you want to get the status Code for responseCode()

Examples

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

Run the code above in your browser using DataLab