I am trying to bold the value in one column if the value in the column next to it is NA. This is what I have tried to far
\[if (SA \<-SA\[!is.na(SA\[ ,4\]) , \]
style = list(
cell_text(weight = "bold")
)
location = cells_body(
columns = 3,
row = is.na(SA\[,4\])
))