Skip to contents

Print range of continuous variable

Usage

catrange(x, ddSci = TRUE, decimal_places = 1, na.rm = TRUE)

Arguments

x

Numeric vector

ddSci

Logical: If TRUE, use ddSci or range.

decimal_places

Integer: Number of decimal place to use if ddSci = TRUE.

na.rm

Logical: passed to base::range

Author

EDG