format_stats: Function to format stat files

View source: R/format_stats.R

format_statsR Documentation

Function to format stat files

Description

Function to read, add %FIT and write stats

Usage

format_stats(
  file = file.choose(),
  select,
  rename = NULL,
  digits = NULL,
  multiplier = NULL,
  suffix = "_formatted",
  verbose = F
)

Arguments

file

data.frame with stats

select

name of the column

rename

vector with new name of each column

digits

vector of digits for each column, "i" for integer

multiplier

multiplier to change units

suffix

file suffix

verbose

display additional information

Note

rename can contains NA, for each NA the name don't change


Schuch666/hackWRF documentation built on June 9, 2025, 1:46 p.m.