Avoid using T to mean TRUE
In R code, it is legal to use T and F to mean TRUE and FALSE respectively. However, TRUE and FALSE are reserved words – they can only be used to mean TRUE or FALSE. Code like will return a Continue reading Avoid using T to mean TRUE