Learn R Programming

dverse (version 0.2.0)

is_online: Is each URL (or href) online?

Description

Is each URL (or href) online?

Usage

is_online(x)

Value

A logical vector.

Arguments

x

String.

Examples

Run this code
url <- c(
  "https://example.com",
  "example",
  "bad",
  "bad"
)

is_online(url)

Run the code above in your browser using DataLab