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 2 months ago
10.84 score 405 stars 61 scripts 231 downloadstyped - 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 19 days ago
8.70 score 167 stars 1 dependents 18 scripts 310 downloadsconstructive - 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 6 days ago
8.66 score 135 stars 20 scripts 1.9k downloadsunglue - 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 2 months ago
8.59 score 160 stars 3 dependents 119 scripts 273 downloadsboomer - Debugging Tools to Inspect the Intermediate Steps of a Call
Provides debugging tools that let you inspect the intermediate results of a call. The output looks as if we explode a call into its parts hence the package name.
Last updated 2 months ago
7.96 score 137 stars 21 scripts 225 downloadspowerjoin - 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 2 months ago
7.29 score 101 stars 64 scripts 212 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 5 years ago
r-languager-programming
5.34 score 40 stars 11 scripts 130 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 4 years ago
3.98 score 19 stars 2 scripts 107 downloads