fn builtin_dirname(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Extract the directory part from paths.
Vectorized over path.
@param path character vector of file paths @return character vector containing the directory components