Other packages > Find by keyword >

purrr  

Functional Programming Tools
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("purrr", "1.0.2")



Attach the package and use:
library("purrr")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-09-28
Latest Update: 2023-08-10
Description:
A complete and consistent functional programming toolkit for R.
How to cite:
Hadley Wickham (2015). purrr: Functional Programming Tools. R package version 1.0.2, https://cran.r-project.org/web/packages/purrr. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.1.0 (2015-09-28 17:19), 0.2.0 (2016-01-04 22:04), 0.2.1 (2016-02-13 00:44), 0.2.2.2 (2017-05-11 20:22), 0.2.2 (2016-06-18 10:05), 0.2.3 (2017-08-02 20:31), 0.2.4 (2017-10-18 22:19), 0.2.5 (2018-05-29 18:46), 0.3.0 (2019-01-27 17:40), 0.3.1 (2019-03-03 11:20), 0.3.2 (2019-03-15 19:20), 0.3.3 (2019-10-18 14:40), 0.3.4 (2020-04-17 14:10), 0.3.5 (2022-10-06 12:10), 1.0.0 (2022-12-20 16:10), 1.0.1 (2023-01-10 15:40)
Other packages that cited purrr R package
View purrr citation profile
Other R packages that purrr depends, imports, suggests or enhances
Complete documentation for purrr
Functions, R codes and Examples using the purrr R package
Some associated functions: accumulate . along . array-coercion . as_mapper . as_vector . at_depth . attr_getter . auto_browse . chuck . compose . cross . detect . every . faq-adverbs-export . flatten . get-attr . has_element . head_while . imap . insistently . invoke . keep . keep_at . lift . list_assign . list_c . list_flatten . list_simplify . list_transpose . lmap . map . map2 . map_depth . map_dfr . map_if . map_raw . modify . modify_in . modify_tree . negate . partial . pipe . pluck . pluck_depth . pmap . possibly . prepend . progress_bars . purrr-package . purrr_error_indexed . quietly . rate-helpers . rate_sleep . rbernoulli . rdunif . reduce . reduce_right . reexports . rerun . safely . slowly . splice . transpose . update_list . when . 
Some associated R codes: adverb-auto-browse.R . adverb-compose.R . adverb-insistently.R . adverb-negate.R . adverb-partial.R . adverb-possibly.R . adverb-quietly.R . adverb-safely.R . adverb-slowly.R . arrays.R . cleancall.R . coerce.R . compat-obj-type.R . compat-types-check.R . conditions.R . deprec-along.R . deprec-cross.R . deprec-invoke.R . deprec-lift.R . deprec-map.R . deprec-prepend.R . deprec-rerun.R . deprec-splice.R . deprec-utils.R . deprec-when.R . detect.R . every-some-none.R . faq.R . head-tail.R . imap.R . keep.R . list-combine.R . list-flatten.R . list-modify.R . list-simplify.R . list-transpose.R . lmap.R . map-depth.R . map-if-at.R . map-mapper.R . map-raw.R . map.R . map2.R . modify-tree.R . modify.R . package-purrr.R . pluck-assign.R . pluck-depth.R . pluck.R . pmap.R . progress-bars.R . rate.R . reduce.R . reexport-pipe.R . reexport-rlang.R . superseded-flatten.R . superseded-map-df.R . superseded-simplify.R . superseded-transpose.R . utils.R .  Full purrr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  
ricu  
Intensive Care Unit Data with R
Focused on (but not exclusive to) data sets hosted on PhysioNet (), 'ricu' p ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
Download / Learn more Package Citations See dependency  
spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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