round_df: A Function that rounds all numeric values in a dataframe to...

Description Usage Arguments Examples

Description

This function rounds all numeric values in a dataframe to the specifed number of decimal places.

Usage

1
round_df(df = NULL, digits = 3)

Arguments

df

Data Frame you want to round. Defaults to NULL.

digits

Number of digits you want to round numbers too. Leave blank if you don't want to round numbers or if the Data Frame contains strings. Defaults to 3.

Examples

1

matthew-quesnel/simplePsych documentation built on May 17, 2019, 12:02 p.m.