fn builtin_file_exists(
args: &[RValue],
_: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Test whether files exist at the given paths.
@param … character scalars: file paths to check @return logical vector indicating existence of each file