I was trying to get all labels in a data frame, in order to know which variables work for a regression.
I was trying the following code, but didn't work. Assuming that df
is my data frame.
library(labelled)
look_for(df)
That give me this error
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Any other way to get the labels or possible fix?