mylist <- list(a=c("x","y","z"),b=c(1,2,3))
How do I replace x with another letter for example "g" ?
I got a similar question from exercise no. 4.5 in "The book of R " by Tilman M daviies.
I was using this to learn R and could not find a solution to the question.