
flow - View and Browse Code Using Flow Diagrams
Visualize as flow diagrams the logic of functions, expressions or scripts in a static way or when running a call, visualize the dependencies between functions or between modules in a shiny app, and more.
Last updated
10.94 score 423 stars 80 scripts 357 downloads
constructive - Display Idiomatic Code to Construct Most R Objects
Prints code that can be used to recreate R objects. In a sense it is similar to 'base::dput()' or 'base::deparse()' but 'constructive' strives to use idiomatic constructors.
Last updated
10.54 score 176 stars 3 dependents 28 scripts 5.3k downloads
unglue - Extract Matched Substrings Using a Pattern
Use syntax inspired by the package 'glue' to extract matched substrings in a more intuitive and compact way than by using standard regular expressions.
Last updated
9.06 score 164 stars 7 dependents 223 scripts 841 downloads
powerjoin - Extensions of 'dplyr' and 'fuzzyjoin' Join Functions
We extend 'dplyr' and 'fuzzyjoin' join functions with features to preprocess the data, apply various data checks, and deal with conflicting columns.
Last updated
8.48 score 113 stars 2 dependents 137 scripts 333 downloads
typed - Support Types for Variables, Arguments, and Return Values
A type system for R. It supports setting variable types in a script or the body of a function, so variables can't be assigned illegal values. Moreover it supports setting argument and return types for functions.
Last updated
8.08 score 182 stars 17 scripts 287 downloadsinops - Infix Operators for Detection, Subsetting and Replacement
Infix operators to detect, subset, and replace the elements matched by a given condition. The functions have several variants of operator types, including subsets, ranges, regular expressions and others. Implemented operators work on vectors, matrices, and lists.
Last updated
r-languager-programming
5.96 score 40 stars 46 scripts 209 downloadsdoubt - Enable Operators Containing the '?' Symbol
Overload utils::'?' to build unary and binary operators from existing functions, piping operators of different precedence, and flexible syntaxes.
Last updated
3.98 score 19 stars 2 scripts 165 downloads