browse_last: Reopen the last browsed page

View source: R/utils.R

browse_lastR Documentation

Reopen the last browsed page

Description

If you have launched a page in the browser via servr but closed it later, you may call this function to reopen it.

Usage

browse_last(open = TRUE)

Arguments

open

Whether to reopen the lastly browsed page. If FALSE, the URL of the previously browsed page will be returned.

Examples

servr::browse_last()

servr documentation built on May 3, 2023, 1:18 a.m.

Related to browse_last in servr...