Instead of writing for a vector V:
V[a>1 & b==2 & c<1]
I would like something like:
V[restriction]
with
restriction = "a>1 & b==2 & c<1"
Any ideas? Thanks, F.
Instead of writing for a vector V:
V[a>1 & b==2 & c<1]
I would like something like:
V[restriction]
with
restriction = "a>1 & b==2 & c<1"
Any ideas? Thanks, F.
Copyright © 2021 Jogjafile Inc.
Try this: