Last chance! 50% off unlimited learning
Sale ends in
Create a response to redirect to a destination.
redirect(dest, status = 301L)
A destination path.
The status code (usually 301
or 302
).
servr::redirect("https://www.r-project.org")
Run the code above in your browser using DataLab