write_units_to_folder: Write Units to Folder

View source: R/UnitsAndConversions.R

write_units_to_folderR Documentation

Write Units to Folder

Description

Write all of the units and new names to a folder where they can be checked and converted locally

Usage

write_units_to_folder(
  list_of_df,
  folder = "./unit_conversions",
  converted_folder = F
)

Arguments

list_of_df

A list of dataframes, containing all of the units and conversions

folder

The folder for writing the units

converted_folder

A flag indicating whether the units being over written have already been converted by the user. In which case, preserve their previously verified values.

Details

Rpackage file: UnitsAndConversions.R


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.