Find the Nth root in R

Viewed 1027

How do we find the Nth root in R?

4^2 = sqrt(16)

But what is the code snippet for the opposite transformation of;

4^7 = ???
1 Answers
Related