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 5 days ago
10.73 score 403 stars 61 scripts 332 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 1 days ago
8.65 score 130 stars 21 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 5 days ago
8.43 score 159 stars 3 packages 104 scripts 281 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 5 days ago
7.87 score 137 stars 21 scripts 266 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 5 days ago
7.57 score 165 stars 1 packages 18 scripts 487 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 5 days ago
7.14 score 102 stars 56 scripts 312 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.30 score 40 stars 9 scripts 109 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 115 downloads