How can one change a single cell in a data.frame
to something else?
Basically I just want to rename that one cell, not all cells which matches it.
I can´t use the edit()
command because it will screw up my script since I'm using the data.frame
on several occasions.