formattable - Create 'Formattable' Data Structures
Provides functions to create formattable vectors and data frames. 'Formattable' vectors are printed with text formatting, and formattable data frames are printed with multiple types of formatting in HTML to improve the readability of data presented in tabular form rendered in web pages.
Last updated 6 days ago
14.65 score 695 stars 26 packages 3.7k scripts 19k downloadsrlist - A Toolbox for Non-Tabular Data Manipulation
Provides a set of functions for data manipulation with list objects, including mapping, filtering, grouping, sorting, updating, searching, and other useful functions. Most functions are designed to be pipeline friendly so that data processing with lists can be chained.
Last updated 2 years ago
13.75 score 203 stars 124 packages 2.1k scripts 281k downloadspipeR - Multi-Paradigm Pipeline Implementation
Provides various styles of function chaining methods: Pipe operator, Pipe object, and pipeline function, each representing a distinct pipeline model yet sharing almost a common set of features: A value can be piped to the first unnamed argument of a function and to dot symbol in an enclosed expression. The syntax is designed to make the pipeline more readable and friendly to a wide range of operations.
Last updated 8 years ago
8.66 score 169 stars 8 packages 616 scripts 1.2k downloadsrtype - A strong type system for R
A strong type system for R which supports symbol declaration and assignment with type checking and condition checking.
Last updated 10 years ago
4.22 score 33 stars 5 scripts 126 downloadsrprintf - 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.
Last updated 9 years ago
3.93 score 17 stars 10 scripts 421 downloads