Good to know

Updated: 2023-06-09 Things that I find it useful during my work: Debuging warnings Sometimes it’s nice to know where in the code that generate warnings especially when it’s related to NA introduced by coercion. To do this we can change the options to make warning as error.

Read More