I have the following dataframes in my workspace
a
b
c
d
In each of these dataframes I have a variable called visit which has several codes
212323 visit1
3343433 visit2
58854584 visit3
I want to loop over each of the dataframes and in each one I would like to label the values of the variable visit which is in each of the dataframes.
Please can you tell me how I do it in a way that is simple and concise?
Thanks