Extract from the R log the formula.
log
String rExtractFormula(String log) { String extract = rExtract(log, '> print(form)'); return extract; }