Back
I keep getting the following error:
Error: unexpected '}' in "}"
my code:
for (row in data){ if terminate_reason == "(Null Value)" recode(data$terminate_reason, "(Null Value)" = NA)}
for (row in data){
if terminate_reason == "(Null Value)"
recode(data$terminate_reason, "(Null Value)" = NA)
}
This is just a syntax error:
Enclose your 'if' in curly braces.
31k questions
32.8k answers
501 comments
693 users