I would like to write something like:
I know I could do this in two separate lines, but that seems inefficient, especially because I have many lines of similar code. I tried using if commands, but I would prefer something like the above qualifier if possible because I am more comfortable with it (and it takes less room).
Thanks,
Krista
Code:
replace rate=. if generator=="solar" & (rate<0 | rate>200)
Thanks,
Krista
Comment