shortcuts {wyz.code.rdoc}R Documentation

Function shortcuts

Description

Use this function to exploit prepared and customized shortcuts.

Usage

shortcuts(arguments_s = character(), doubleEscape_b_1 = TRUE)

Arguments

arguments_s

A vector of function arguments you would like to get shortcuts for

doubleEscape_b_1

A single boolean asking for double escape. On by default.

Value

A list with following names

doc very common single R documentation keywords
constants very common R constants used in R documentation
types very common R types used in R documentation
args function arguments ready to use in R documentation

The names are all turned to lowercase.

Author(s)

Fabien Gelineau <neonira@gmail.com>

Maintainer: Fabien Gelineau <neonira@gmail.com>

Examples

shortcuts(formalArgs(GenerationContext))

[Package wyz.code.rdoc version 1.1.19 Index]