Closed maurolepore closed 3 years ago
ok. Merging to the New-validate_equations branch
wait, now how these commits are transferred to the master
branch?
The'll will be added to master
when Ensure-equations-are-lowercase
gets merged into master
.
Ooops, nope -- I forgot to ask to merge this pull request FIRST. No problem, I'll re-submit and we can merge it into master
.
This PR merges not into
master
but into another PR this one depends on:Ensure-equations-are-lowercase
.It adds a new function
validate_equations()
that helps validate equations, and also tests that all equations in theequations
dataset are valid.You may now call
validate_equations()
from inside any function that accepts equations from the user.For example:
Created on 2021-08-01 by the reprex package (v2.0.0)