Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 20 found.
[1] < 1 2 > [2]  Sort:

track.info (Package: track) : Return filenames and directories for tracked variables.

Return filenames and directories for tracked variables.
● Data Source: CranContrib
● Keywords: data
● Alias: env.is.tracked, track.datadir, track.filename, track.info, track.mem, tracked.envs
● 0 images

show.envs (Package: track) :

show.envs recursively examines x and the objects within it, printing the names of any environments encountered. It does NOT recursively enter environments – once it finds an environment it just prints the name of that environment and doesn't look further inside the environment.
● Data Source: CranContrib
● Keywords: misc
● Alias: show.envs
● 0 images

track-intro (Package: track) :

The track package sets up a link between R objects in memory and files on disk so that objects are automatically saved to files when they are changed. R objects in files are read in on demand and do not consume memory prior to being referenced. The track package also tracks times when objects are created and modified, and caches some basic characteristics of objects to allow for fast summaries of objects.
● Data Source: CranContrib
● Keywords: data, database, package, utilities
● Alias: track-intro, track-overview, track-package, track.intro, track.overview, track.package
● 0 images

track.auto (Package: track) :

Query or set the status of automated tracking
● Data Source: CranContrib
● Keywords: data
● Alias: track.auto
● 0 images

track.preremove (Package: track) :

Remove other resources associated with an object prior to its removal by the tracking system. This S3 generic function exists so that methods can be specified for cleaning up particular objects.
● Data Source: CranContrib
● Keywords: data
● Alias: track.preremove
● 0 images

track.summary (Package: track) : Return a summary of the basic properties of tracked objects

Return a summary of the basic properties of tracked objects: name, class, size, dimensions (if any), and creation, modification and access times.
● Data Source: CranContrib
● Keywords: data
● Alias: track.summary
● 0 images

track.options (Package: track) : Set and get tracking options on a tracked environment

Set and get tracking options on a tracked environment. Each tracked environment has its own set of tracking options exists which can be changed indpendently. Global default values can be set in options("global.track.options").
● Data Source: CranContrib
● Keywords: data
● Alias: track.options
● 0 images

track.future (Package: track) :

Potential future features of the track package, in some vague order of feasibility and priority ('easy', 'medium' and 'hard' are an estimate of design and coding difficulty):
● Data Source: CranContrib
● Keywords: data
● Alias: track.future
● 0 images

track.attach (Package: track) :

Attach a tracking database to the search path at a position other than 1. Variables in the tracking database are made available through a new environment attached at pos on the search path.
● Data Source: CranContrib
● Keywords: data
● Alias: track.attach, track.detach
● 0 images

track.rename (Package: track) :

Rename variables in a tracked environment
● Data Source: CranContrib
● Keywords: data
● Alias: track.rename
● 0 images