Skip to main content

builtin_floor

Function builtin_floor 

Source
fn builtin_floor(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Floor (largest integer not greater than x).

@param x numeric vector @return numeric vector rounded down to integers