round0: Round all numeric columns in a dataframe

View source: R/round0.R

round0R Documentation

Round all numeric columns in a dataframe

Description

Round all numeric columns in a dataframe

Usage

round0(df, digits)

Arguments

digits

Number of digits to round to.

data

Dataframe whose numeric columns should be rounded.

Examples

mtcars
round0(mtcars, 1)

wepelham3/sack2 documentation built on Aug. 5, 2023, 5:53 a.m.