tidyRunsalt | R Documentation |
This function reads a Runsalt output file, processes it, and returns a tidy dataframe. It separates salt and variable information, pivots the data, and adds columns for relative humidity (RH) and moles (mol).
tidyRunsalt(file_path)
file_path |
A character string specifying the path to the Runsalt output file. |
A tibble with columns:
Salt The type of salt
RH Relative Humidity
mol Moles of salt
filename The name of the input file
## Not run:
result <- tidyRunsalt("path/to/runsalt/output.txt")
head(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.