how do I solve this problem?
By running line 20 code I get this error:
" object of type 'closure' is not subsettable"
description$reason<-NA
tibble(head(description,10))
names<-first$Variable_name
df<-dff %>% select(any_of(names))
description<-as.data.frame(names(df))
description<-left_join(description, first[,], by=c("names(df)"="Variable name"))