toUrl: Converts a pathname into a URL

toUrlR Documentation

Converts a pathname into a URL

Description

Converts a pathname into a URL starting with file://.

Usage

## Default S3 method:
toUrl(pathname, safe=TRUE, ...)

Arguments

pathname

A character vector of pathnames to be made into URLs.

safe

If TRUE, certain "unsafe" characters are escaped.

...

Not used.

Value

Returns a character vector.

Author(s)

Henrik Bengtsson

See Also

URLencode.


R.utils documentation built on Nov. 18, 2023, 1:09 a.m.