This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/bringToTop.html
bringToTop {base}R Documentation

Assign Focus to a Window

Description

bringToTop brings the specified screen device's window to the front of the window stack (and gives it focus). With argument -1, it brings the console to the top.

Usage

bringToTop(which = dev.cur())

Arguments

which

a device number, or -1.

See Also

windows


[Package base version 1.5.0 ]