powered by
Create a response to redirect to a destination.
redirect(dest, status = 301L)
A destination path.
The status code (usually 301 or 302).
301
302
servr::redirect("https://www.r-project.org")
Run the code above in your browser using DataLab