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. This function is used internally to automatically quote system commands, the user should normally not quote arguments manually.
Usage
windows_quote(args)
Arguments
args |
character vector with arguments |
Details
Algorithm is ported to R from libuv.
[Package sys version 3.4.2 Index]