powered by
Specify the number of decimals to print.
specify_decimal(x, k)
Character vector of numbers with the specified number of decimal places.
Numeric vector.
Number of decimals to print.
[INSERT].
Other formatting: apa(), pValue(), suppressLeadingZero()
apa()
pValue()
suppressLeadingZero()
# Prepare Data v1 <- rnorm(1000) # Specify Decimals specify_decimal(v1, 2)
Run the code above in your browser using DataLab