renkun-ken/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.3
URL http://renkun.me/rprintf https://github.com/renkun-ken/rprintf
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("renkun-ken/rprintf")
renkun-ken/rprintf documentation built on May 27, 2019, 5:50 a.m.