Displaying 1 result from an estimated 1 matches for "vecktor".
Did you mean:
vector
2012 Mar 29
2
subtract a list of vectors from a list of data.frames in an elegant way
...act one list from another? Like setoff or alike?
I would like to end up with a list like the one shown in my example called 'result.' In short, I would like to subtract 'lookup' from 'DBquery' and end up with 'result,' please note that 'result' is a list fo vecktors and not a list of dataframes. In my real life example DBquery is considerable longer so defining that by hand would make a really really long syntax.
Hope someone know some smart function that I can use to solve my problem in an elegant way.
Thanks for reading.
Erick
###### begin R code ######...