I want to get the name of the column by
df[,3]
means that I want to get the column name which is 3rd column from left.
Thank you!