I downloaded data from Eurostat to R. In one column I have abbreviated country names, I found how to display full names. But I need to change these row names to show in a different language. I don't care about a specific function, I can do it manually, but how?

The
countrycodepackage could help:Check out
?countrycodeand?codelistfor more encoding options.