You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!all(!as.logical(rmarkdown::metadata$potentially.absent.variable)
# ==> FALSE if potentially.absent.variable is absent# ==> FALSE if anything other than TRUE# ==> TRUE if TRUEcheckFor<-function(var) {
return!all(!as.logical(rmarkdown::metadata[[var]])
}