I'm beginner in R and would like some help please.
I would like to find the value of row with the name of this row.
Imagine, if my data frame have 5 columns and 5 rows. The columns names are : "345", 456", "4567", "3456", "349" The row names are : "98","897","987","568","927"
How can I do for finding the column with the name "345" in a data frame/matrix and how I can I do for finding the row with the name "98" in a data frame/matrix ?
For exemple : the number of the column with the name "456" is 2 and the number of the row with the name "987" is 3.
Thanks you in advance !