DigitsByRows: Significant Digits By Row

View source: R/data_functions.R

DigitsByRowsR Documentation

Significant Digits By Row

Description

This function prints significant digits by row in a data frame.

Usage

DigitsByRows(df, digits)

Arguments

df

A data frame.

digits

The requested digits in order of rows.

Value

A data frame.

Author(s)

Omer Kara

Examples

## Not run: 
DigitsByRows(df, digits = c(0, 2)) ## Do not run.

## End(Not run)


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.