Skip to contents

get_combustion_equation

Usage

get_combustion_equation(molecule)

Arguments

molecule

A character vector with one element, to describe a chemical formula

Value

A data.frame with the balanced combustion equation

Examples

x <- "CH4"
get_combustion_equation(x)
#>   CH4 O2 CO2 H2O
#> 1   1  2   1   2