Standardize 990 flag

standardize_990_flag(flag_value)

Arguments

flag_value

A value associated with 990 flag

Value

The function makes the flag_value either 1 (flag_value == "true") or 0 (other cases plus when length(flag_value) == 0).