Session - Vectors
Are a type of data format in R but may be familiar
You can create a vector with function: c()
for concatenate/combine
. In SQL it would just be ()
with no c
filter()
Filter by org_name IN the lookup list.
Code would look like this in SQL
Filter by org_name NOT IN the lookup list.
In SQL