format_numeric: helper function to format output to csvs

View source: R/format_numeric.R

format_numericR Documentation

helper function to format output to csvs

Description

helper function to format output to csvs

Usage

format_numeric(x, ...)

Arguments

x

dataframe to format

...

additional arguments to format

Details

base::format does not appear to produce a data.frame so it can't be used with write_tsv. I typically use this with sci=FALSE to turn off scientific notation but it can also control significant digits, decimal places etc. see 'format' for options.


hoargroup/stationsweRegression documentation built on Feb. 4, 2024, 7:21 a.m.