1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/utils.R
3\name{browse_last}
4\alias{browse_last}
5\title{Reopen the last browsed page}
6\usage{
7browse_last(open = TRUE)
8}
9\arguments{
10\item{open}{Whether to reopen the lastly browsed page. If \code{FALSE}, the
11URL of the previously browsed page will be returned.}
12}
13\description{
14If you have launched a page in the browser via \pkg{servr} but closed it
15later, you may call this function to reopen it.
16}
17\examples{
18servr::browse_last()
19}
20