Learn R Programming

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

svMisc (version 0.9-48)

SciViews GUI API - Miscellaneous functions

Description

Supporting functions for the GUI API (various utilitary functions)

Copy Link

Version

Install

install.packages('svMisc')

Monthly Downloads

1,900

Version

0.9-48

License

GPL (>= 2)

Maintainer

Philippe Grosjean

Last Published

June 28th, 2009

Functions in svMisc (0.9-48)

addItems

Add items from one vector to another one with or without replacement
assignTemp

Assign a temporary variable in the TempEnv environment
def

Define a vector of a given mode and length (possibly filling it with default values)
Args

Show function arguments in a human-readable way - get a call tip
changeTemp

Change an item in a temporary list variable
clipsource

Source code from the clipboard
Sys.userdir

Get the user directory
isWin

Is it a Windows platform?
isAqua

Is R running with the AQUA GUI?
helpSearchWeb

Search web documents about R and R functions
CompletePlus

Get completion and additional information from an R code fragment
isRgui

Is Rgui.exe (under Windows) running?
progress

Display progression of a long calculation on the console and/or in a GUI
existsTemp

Determine if a variable exists in TempEnv
TempEnv

Get an environment dedicated to temporary variables (and create it if needed)
isHelp

Is there a help file and example to run associated with an object?
descFun

Get textual help on function or function arguments
objBrowse

Functions to implement an object browser
isMac

Is it a Macintosh platform?
listMethods

List all methods associated with a generic function or a class
rmTemp

Remove one or several temporary variable(s) from the TempEnv environment
getEnvironment

Get an environment, knowing its position
listTypes

List all types for a method
isSDI

Is Rgui started in SDI mode under Windows?
tempvar

Get an arbitrary name for a temporary variable
r

A very silent and multipackage require() function
compareRVersion

Compare current R version with a specified one
getTemp

Get a temporary variable from the TempEnv environment
Parse

Parse a character string as if it was a command entered at the command line
addTemp

Add data to an item in a temporary list variable
guiCmd

Execute a command in the GUI client
Sys.tempdir

Get the system temporary directory
Complete

Get a completion list for a R code fragment
captureAll

Run an R expression and capture output and messages in a similar way as it would be done at the command line