fn builtin_file_size(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Get the size of files in bytes.
@param … character scalars: file paths to query @return double vector of file sizes (NA for non-existent files)