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

isSDI (Package: svMisc) : Is Rgui started in SDI mode under Windows?

Determine if R is running in Rgui under Windows and is in SDI mode.
● Data Source: CranContrib
● Keywords: utilities
● Alias: isSDI
● 0 images

changeTemp (Package: svMisc) : Change an item in a temporary list variable

The function changes an item in a list variable located in SciViews:TempEnv, an environment dedicated to temporary variables (especially useful for GUIs).
● Data Source: CranContrib
● Keywords: utilities
● Alias: changeTemp
● 0 images

svMisc-package (Package: svMisc) : SciViews GUI API - Miscellaneous functions

The SciViews svMisc package collects together a series of functions that are shared across all the svXXX packages.
● Data Source: CranContrib
● Keywords: package, utilities
● Alias: svMisc, svMisc-package
● 0 images

toRjson (Package: svMisc) : Convert R object to and from RJSON specification

RJSON is an object specification that is not unlike JSON, but better adapted to represent R objects (i.e., richer than JSON). It is also easier to parse and evaluate in both R and JavaScript to render the objects in both languages. RJSON objects are used by SciViews to exchange data between R and SciViews GUIs like Komodo/SciViews-K.
● Data Source: CranContrib
● Keywords: utilities
● Alias: evalRjson, listToJson, toRjson
● 0 images

parseText (Package: svMisc) : Parse a character string as if it was a command entered at the command

Parse R instructions provided as a string and return the expression if it is correct, or an object of class 'try-error' if it is an incorrect code, or NA if the (last) instruction is incomplete.
● Data Source: CranContrib
● Keywords: IO
● Alias: parseText
● 0 images

pkgMan (Package: svMisc) : Functions to manage R side of the SciViews R package manager

These functions should not be used directly by the end-user. They implement the R-side code for the SciViews R package manager.
● Data Source: CranContrib
● Keywords: utilities
● Alias: pkgManDescribe, pkgManDetach, pkgManGetAvailable, pkgManGetInstalled, pkgManGetMirrors, pkgManInstall, pkgManLoad, pkgManRemove, pkgManSetCRANMirror
● 0 images

progress (Package: svMisc) : Display progression of a long calculation on the console and/or in a

Display progression level of a long-running task in the console. Two mode can be used: either percent of achievement (55%), or the number of items or steps done on a total (1 file on 10 done...). This is displayed either through a message, or through a text-based "progression bar" on the console, or a true progression bar widget in a GUI.
● Data Source: CranContrib
● Keywords: utilities
● Alias: progress
● 0 images

getTemp (Package: svMisc) : Get a temporary variable from the SciViews:TempEnv environment

The function gets a variable, or an item in a list variable from SciViews:TempEnv, an environment dedicated to temporary variables.
● Data Source: CranContrib
● Keywords: utilities
● Alias: getTemp
● 0 images

tempvar (Package: svMisc) : Get an arbitrary name for a temporary variable

The function ensures that the variable name is cryptic enough and is not already used.
● Data Source: CranContrib
● Keywords: utilities
● Alias: tempvar
● 0 images

listTypes (Package: svMisc) : List all types for a method

List all types for a method; types are variants for a given method defined in a way it is easy to add other variants dynamically (on the contrary to a usual type = or which = argument, like in plot.ts() or plot.lm(), respectively.
● Data Source: CranContrib
● Keywords: utilities
● Alias: listTypes
● 0 images