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