pik-piam / quitte

Bits and pieces of code to use with quitte-style data frames
0 stars 10 forks source link

allow skip.missing.rhs in calc_addVariable #86

Closed orichters closed 7 months ago

orichters commented 7 months ago

If you try to add a variable where one variable of the right-hand-side does not exist, calc_addVariable fails. Add switch skip.fails, if set to TRUE, just skip this calculation.

orichters commented 7 months ago

I added the silent option to the documentation and renamed the F function in read.quitte because make format was turning it into the FALSE function 🤦 .