Learn R Programming

svMisc (version 1.2.3)

'SciViews' - Miscellaneous Functions

Description

Miscellaneous functions for 'SciViews' or general use: manage a temporary environment attached to the search path for temporary variables you do not want to save() or load(), test if 'Aqua', 'Mac', 'Win', ... Show progress bar, etc.

Copy Link

Version

Install

install.packages('svMisc')

Monthly Downloads

1,409

Version

1.2.3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

October 11th, 2021

Functions in svMisc (1.2.3)

compare_r_version

Compare current R version with a specified one
capture_all

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

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

Add GUI elements like actions (menu items), icons, or methods in a predefined list
batch

Run a function in batch mode
about

Get information and help about R objects
Install

An easy package installation function that pairs with package()
completion

Get a completion list for a R code fragment
file_edit

Invoke an external text editor for a file
describe_function

Get textual help on function or function arguments, or get a call tip
list_methods

List all methods associated with a generic function or a class, or all types associated with a method
pcloud

Create the path to a file in the p-Cloud drive
search_web

Search web documents about R and R functions
to_rjson

Convert R object to and from RJSON specification
progress

Display progression of a long calculation at the R console and/or in a GUI
is_help

Check for the existence of an help file, or some context
gui_cmd

Execute a command in the GUI client
parse_text

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

Get an arbitrary name for a temporary variable
temp_env

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

Functions to implement an object browser
package

A (possibly) very silent and multi-package library()/require() function
pkgman_describe

Functions to manage R side of the SciViews R package manager
source_clipboard

Source code from the clipboard
system_file

Get a system file or directory
svMisc-package

svMisc: 'SciViews' - Miscellaneous Functions
subsettable

Define a function as being 'subsettable' using $ operator