Skip to contents

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