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 18 found.
[1] < 1 2 > [2]  Sort:

memoizedCall (Package: R.cache) : Calls a function with memoization

Calls a function with memoization, that is, caches the results to be retrieved if the function is called again with the exact same arguments.
● Data Source: CranContrib
● Keywords: IO, programming
● Alias: memoizedCall, memoizedCall.default
● 0 images

saveCache (Package: R.cache) : Saves data to file cache

Saves data to file cache, which is unique for an optional key object.
● Data Source: CranContrib
● Keywords: IO, programming
● Alias: saveCache, saveCache.default
● 0 images

generateCache (Package: R.cache) : Generates a cache pathname from a key object

Generates a cache pathname from a key object.
● Data Source: CranContrib
● Keywords: IO, internal, programming
● Alias: generateCache, generateCache.default
● 0 images

(Package: R.cache) :

Loads an object from a file connection similar to load(), but without resetting file connections (to position zero).
● Data Source: CranContrib
● Keywords: internal
● Alias: .baseLoad
● 0 images

setupCacheRootPath (Package: R.cache) : Interactively offers the user to set up the default root path

Interactively offers the user to set up the default root path.
● Data Source: CranContrib
● Keywords: IO, internal, programming
● Alias: setupCacheRootPath, setupCacheRootPath.default
● 0 images

addMemoization (Package: R.cache) : Creates a copy of an existing function such that its results are memoized

Creates a copy of an existing function such that its results are memoized.
● Data Source: CranContrib
● Keywords: IO, programming
● Alias: addMemoization, addMemoization.default
● 0 images

setCacheRootPath (Package: R.cache) : Sets the root path to the file cache directory

Sets the root path to the file cache directory. By default, this function will set it to ~/.Rcache/.
● Data Source: CranContrib
● Keywords: IO, programming
● Alias: setCacheRootPath, setCacheRootPath.default
● 0 images

loadCache (Package: R.cache) : Loads data from file cache

Loads data from file cache, which is unique for an optional key object.
● Data Source: CranContrib
● Keywords: IO, programming
● Alias: loadCache, loadCache.default
● 0 images

getChecksum (Package: R.cache) : Generates a deterministic checksum for an R object

Generates a deterministic checksum for an R object such that (i) if the same object is used again, then the same checksum is obtained, and (ii) if another object is used, then a different checksum is obtained with extremely high probability. In other words, it is highly unlikely that two different objects have the same checksum.
● Data Source: CranContrib
● Keywords: IO, internal, programming
● Alias: getChecksum, getChecksum.default
● 0 images

setCachePath (Package: R.cache) : Sets the path to the file cache directory

Sets the path to the file cache directory.
● Data Source: CranContrib
● Keywords: IO, internal, programming
● Alias: setCachePath, setCachePath.default
● 0 images