We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Redirect/delete pages
typo: is.fucntion() -> is.function()
typo: 'lapply(compute_mean, function(f, ...) f(...))' -> 'lapply(compute_mean, function(f, ...) f(...), x)'
typo: 'missing_remover()' -> 'missing_fixer()'
typo: 'Doesn't what you expect' -> 'Doesn't do what you expect'
in the function `summary` changed `iqr` to `IQR`
Typo
Added missing word.
Fix typo on closing triple back-ticks
Fix typo.
Fix a few typos
Final changes for functional programming chapter
More changes from print out
Fixing notes from paper proof
More work on operators
Add some structure to function operators
Fixes from Garrett
More FP tweaks
Massive functionals brain dump
Pull apart functional programming
Fix md formatting
More FP
Non-editorial proofreading
Improve FP intro
More restructuring
Fix typo
More functional programming
minor typo fix
typo on first line
More on functional programming