Learn R Programming

toscmask (version 1.2.3)

Improved Versions of Base Functions

Description

Operators and functions provided by base R sometimes lack some features found in other programming languages, such as the ability to concatenate strings using + or to repeat strings using *. This package aims at providing such functionality without breaking existing code, i.e., only statements, that would throw errors in pure base R are patched.

Copy Link

Version

Install

install.packages('toscmask')

Monthly Downloads

163

Version

1.2.3

License

MIT + file LICENSE

Maintainer

Tobias Schmidt

Last Published

March 11th, 2022

Functions in toscmask (1.2.3)

op-star-rep

Star operator
op-plus-paste

Plus operator