track.auto: Query or set the status of automated tracking

Description Usage Arguments Value Author(s) See Also Examples

View source: R/track.auto.R

Description

Query or set the status of automated tracking

Usage

1
track.auto(auto = NULL, pos = 1, envir = as.environment(pos))

Arguments

auto

NULL the default (to query the status of automatic tracking), or logical (TRUE or FALSE) to set it.

pos

The search path position of the environment being tracked (default is 1 for the global environment)

envir

The environment being tracked. This is an alternate way (to the use of pos=) of specifying the environment being tracked, but should be rarely needed.

Value

A logical value, indicating whether automatic tracking is on or off.

Author(s)

Tony Plate tplate@acm.org

See Also

track.start

Examples

1
2
3
4
5
6
## Not run: 
track.auto() # query the status of auto-tracking
track.auto(FALSE) # turn auto-tracking off
track.auto(TRUE) # turn auto-tracking on

## End(Not run)

track documentation built on May 2, 2019, 10:22 a.m.