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
14.80 score 700 stars 19 dependents 4.7k scripts 26k 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
13.10 score 204 stars 113 dependents 3.0k scripts 49k 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.46 score 172 stars 6 dependents 624 scripts 826 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
4.22 score 33 stars 8 scripts 185 downloads