rprintf: Adaptive Builder for Formatted Strings

Provides a set of functions to facilitate building formatted strings under various replacement rules: C-style formatting, variable-based formatting, and number-based formatting. C-style formatting is basically identical to built-in function 'sprintf'. Variable-based formatting allows users to put variable names in a formatted string which will be replaced by variable values. Number-based formatting allows users to use index numbers to represent the corresponding argument value to appear in the string.

Getting started

Package details

AuthorKun Ren <ken@renkun.me>
MaintainerKun Ren <ken@renkun.me>
LicenseMIT + file LICENSE
Version0.2.1
URL http://renkun.me/rprintf https://github.com/renkun-ken/rprintf
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("rprintf")

Try the rprintf package in your browser

Any scripts or data that you put into this service are public.

rprintf documentation built on May 1, 2019, 10:59 p.m.