Learn R Programming

toro (version 0.1.0)

is_local_file: Helper function to detect if URL is a local file path

Description

Helper function to detect if URL is a local file path

Usage

is_local_file(url)

Value

TRUE if it's a local file path, FALSE if it's a URL or data URI.

Arguments

url

The URL or file path to check.