View source: R/UnitsAndConversions.R
write_units_to_folder | R Documentation |
Write all of the units and new names to a folder where they can be checked and converted locally
write_units_to_folder(
list_of_df,
folder = "./unit_conversions",
converted_folder = F
)
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. |
Rpackage file: UnitsAndConversions.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.