My knitted document does not compile because there is an issue with inline code, e.g.
Variable x is `r variable_name`
The variable exists in the environment for the R project, so why is this affecting compilation? Do all variables mentioned in inline code need to be computed during the knit process?