View source: R/parse_gas_data.R
parse_gas_data | R Documentation |
This function is intended to parse the exported data from the Ankom Gas System software into a format that is easy to work with.
parse_gas_data(filepath)
filepath |
The file path of the exported file from the Ankom Gas System software. Should be an .xls file |
a tibble containing the parsed data
formatted_data = parse_gas_data("filepath_of_the_xls_file_exported_by_GPM_software")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.