Learn R Programming

⚠️There's a newer version (1.1.9) of this package.Take me there.

track (version 1.0-13)

Track Objects

Description

Automatically stores objects in files on disk so that files are rewritten when objects are changed, and so that objects are accessible but do not occupy memory until they are accessed. Keeps track of times when objects are created and modified, and caches some basic characteristics of objects to allow for fast summaries of objects. Also provides a command history mechanism that saves the last command to a history file after each command completes.

Copy Link

Version

Install

install.packages('track')

Monthly Downloads

8

Version

1.0-13

License

GPL

Maintainer

Tony Plate

Last Published

December 11th, 2011

Functions in track (1.0-13)

track.status

Return information about the status of tracking
track.rename

Rename variables in a tracked environment
track.options

Set and get tracking options on a tracked environment
track.future

Potential future features of the track package
track.design

Design of a tracking environment
track.plugin.lru

Plugins for cache policies in the track package.
track.summary

Return a summary of the basic properties of tracked objects
track.auto

Query or set the status of automated tracking
track.manage

Manage how objects are handled in a tracking session
track.history

Functions for incrementally writing command history to a file.
track.attach

Attach a tracking database to the search path.
track-package

Overview of track package
track.rebuild

Rebuild database information for tracked objects
track.sync

Synchronize the tracking database stored in files on disk to reflect changed, new, or deleted objects in R
track.performance

Performance tuning with track.
track.info

Return filenames and directories for tracked variables.
track.preremove

Remove other resources associated with an object.
track.setup

Setup and stop tracking
show.envs

Show the environments referenced within an object.
track.copy

Copy or move objects from one tracking db to another