Other packages > Find by keyword >

wrapr  

Wrap R Tools for Debugging and Parametric Programming
View on CRAN: Click here


Download and install wrapr package within the R console
Install from CRAN:
install.packages("wrapr")

Install from Github:
library("remotes")
install_github("cran/wrapr")

Install by package version:
library("remotes")
install_version("wrapr", "2.1.0")



Attach the package and use:
library("wrapr")
Maintained by
John Mount
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-02-11
Latest Update: 2023-08-19
Description:
Tools for writing and debugging R code. Provides: '%.>%' dot-pipe (an 'S3' configurable pipe), unpack/to (R style multiple assignment/return), 'build_frame()'/'draw_frame()' ('data.frame' example tools), 'qc()' (quoting concatenate), ':=' (named map builder), 'let()' (converts non-standard evaluation interfaces to parametric standard evaluation interfaces, inspired by 'gtools::strmacro()' and 'base::bquote()'), and more.
How to cite:
John Mount (2017). wrapr: Wrap R Tools for Debugging and Parametric Programming. R package version 2.1.0, https://cran.r-project.org/web/packages/wrapr. Accessed 04 Jun. 2026.
Previous versions and publish date:
0.1.0 (2017-02-11 17:43), 0.1.1 (2017-03-14 06:58), 0.1.2 (2017-04-14 00:54), 0.1.3 (2017-06-15 00:35), 0.2.0 (2017-07-06 01:13), 0.4.0 (2017-07-22 22:50), 0.4.1 (2017-08-24 23:34), 0.4.2 (2017-09-01 11:48), 1.0.0 (2017-10-04 18:43), 1.0.1 (2017-11-17 23:56), 1.0.2 (2017-12-14 17:52), 1.1.0 (2018-01-04 17:50), 1.1.1 (2018-01-21 17:34), 1.2.0 (2018-02-22 00:23), 1.3.0 (2018-03-12 20:27), 1.4.0 (2018-04-03 23:34), 1.4.1 (2018-05-18 06:13), 1.5.0 (2018-06-13 15:02), 1.5.1 (2018-07-08 06:30), 1.6.0 (2018-08-01 19:40), 1.6.1 (2018-08-22 07:30), 1.6.2 (2018-09-10 19:40), 1.6.3 (2018-10-03 20:40), 1.7.0 (2018-11-15 18:40), 1.8.0 (2018-12-11 08:00), 1.8.2 (2019-01-07 22:50), 1.8.3 (2019-01-29 10:30), 1.8.4 (2019-02-19 17:50), 1.8.5 (2019-03-25 00:00), 1.8.6 (2019-04-02 19:40), 1.8.7 (2019-05-24 06:20), 1.8.8 (2019-07-06 20:00), 1.8.9 (2019-07-24 17:20), 1.9.0 (2019-09-28 18:30), 1.9.1 (2019-10-06 07:20), 1.9.2 (2019-10-13 20:10), 1.9.3 (2019-11-03 16:00), 1.9.4 (2020-01-17 11:30), 1.9.5 (2020-01-19 21:00), 1.9.6 (2020-01-26 11:30), 2.0.0 (2020-03-28 07:00), 2.0.2 (2020-08-10 23:20), 2.0.4 (2020-10-17 15:00), 2.0.5 (2020-11-14 06:50), 2.0.6 (2020-12-06 18:30), 2.0.7 (2021-02-03 17:40), 2.0.8 (2021-06-11 06:40), 2.0.9 (2022-01-26 22:50)
Other packages that cited wrapr R package
View wrapr citation profile
Other R packages that wrapr depends, imports, suggests or enhances
Complete documentation for wrapr
Functions, R codes and Examples using the wrapr R package
Some associated functions: DebugFn . DebugFnE . DebugFnW . DebugFnWE . DebugPrintFn . DebugPrintFnE . UnpackerF . UnpackerP . VectorizeM . add_name_column . apply_left.default . apply_left . apply_left_default . apply_right.default . apply_right . apply_right_S4 . as_named_list . bc . bquote_call . bquote_call_args . bquote_function . buildNameCallback . build_frame . checkColsFormUniqueKeys . check_equiv_frames . clean_fit_glm . clean_fit_lm . coalesce . defineLambda . dot_arrow . draw_frame . draw_framec . evalb . execute_parallel . f. . grab_assignments_from_dots . grapes-in_block-grapes . grapes-less-than-s-grapes . grapes-s-greater-than-grapes . grepdf . grepv . has_no_dup_rows . inline_concat . inline_dot . inline_paste0 . inline_qc . invert_perm . lambda . lapplym . let . makeFunction_se . map_to_char . map_upper . mapsyms . match_order . mk_formula . mk_tmp_name_source . named_map_builder . orderv . pack . parLapplyLBm . partition_tables . pipe_impl . psagg . qae . qc . qchar_frame . qe . qs . reduceexpand . restrictToNameAssignments . returnCapture . seqi . si . sinterp . sortv . split_at_brace_pairs . stop_if_dot_args . strsplit_capture . sub-.Unpacker . subset-.Unpacker . sx . to . uniques . unpack . vapplym . view . wrapr-package . 
Some associated R codes: DebugFn.R . Reduce.R . Untitled.R . VectorizeM.R . addNameCol.R . as_named_list.R . bc.R . bpipe.R . bquotefn.R . c.R . cf.R . clean_fit.R . coalese_op.R . compare_frames.R . dot.R . grepdf.R . grepv.R . lambda.R . let.R . map_to_char.R . mapvars.R . match_order.R . mk_formula.R . namedMapBuilder.R . orderv.R . pack.R . package.R . partition_tables.R . plus.R . psagg.R . qae.R . qc.R . seqi.R . split_at_brace_pairs.R . stop_if_dot_args.R . string_interpolation.R . tempNameGenerator.R . uniques.R . unpack.R . utils.R . view.R .  Full wrapr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA