quote {sys}R Documentation

Quote arguments on Windows

Description

Quotes and escapes shell arguments when needed so that they get properly parsed by most Windows programs. Algorithm is ported to R from libuv.

Usage

windows_quote(args)

Arguments

args

character vector with arguments


[Package sys version 2.1 Index]