How do you assign a variable from a list to a row in a data table?
I am working with a data table that has variable number of rows. I want to assign a categorical description that I will define to a new column called 'Reason 1'. This 'Reason 1' column will be assigned when the 'Name' column matches any of the strings in any of the lists that I have defined. The 'Name' row entry will match exactly with an entry in the ::slitter, ::label, or ::case lists. I want to...