R/is_url.R

Defines functions is_url

is_url <- function(path) {
  grepl("^((http|ftp)s?|sftp)://", path)
}

Try the mgi.report.reader package in your browser

Any scripts or data that you put into this service are public.

mgi.report.reader documentation built on Sept. 11, 2024, 8:41 p.m.