Hello Guys,
I need help. I am kinda new to R. I have an R file and i would like to know what does the below means
help_by_rank_2023 <- data.table::transpose(ranking_2023[,c(10:35,43:46)])
Note that this is from an excel sheet. To the best of my knowledge, 10:35 Means, Column 10 to Column 35 in the excel sheet. But 43:46 is what i am not sure of.
Thanks.