CMD + K

r-rprintf

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install r_test::r-rprintf

Usage Tracking

0.2.1
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Oct 15, 2019 at 16:57

License

MIT

Total Downloads

1

Supported Platforms

noarch