I need to replace the contents of multiple cells in a dataframe. Using mtcars as an example, how would I replace any cells which contain 1 with one in the vs column?
I need to replace the contents of multiple cells in a dataframe. Using mtcars
Share
or