angusmoore / seasthedata

Easy seasonal adjustment of tidy data in R
MIT License
5 stars 2 forks source link

Wrap seas call in tryCatch #2

Closed angusmoore closed 6 years ago

angusmoore commented 6 years ago

I'm catching NAs explicitly, which should handle the majority of cases. But worth having the extra precaution.

Use the same use_original mechanics in the catch block.