is_url: Check if a value is a url by looking for the http(s)://...

View source: R/codingsystem.R

is_urlR Documentation

Check if a value is a url by looking for the http(s):// .Works with vectors...

Description

Check if a value is a url by looking for the http(s):// .Works with vectors...

Usage

is_url(x)

Arguments

x

String to check

Value

logical vector TRUE if the x is a url False otherwise


danielruss/socR documentation built on Dec. 9, 2024, 7:32 p.m.