R/sirt_round_vector.R

Defines functions sirt_round_vector

## File Name: sirt_round_vector.R
## File Version: 0.04


sirt_round_vector <- function(x, digits)
{
    if (is.numeric(x)){
        x <- round( x, digits )
    }
    return(x)
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on Aug. 11, 2023, 5:07 p.m.