Book description
Want to use the power of R sooner rather than later? Don’t have time to plow through wordy texts and online manuals? Use this book for quick, simple code to get your projects up and running. It includes code and examples applicable to many disciplines. Written in everyday language with a minimum of complexity, each chapter provides the building blocks you need to fit R’s astounding capabilities to your analytics, reporting, and visualization needs.
CRAN Recipes recognizes how needless jargon and complexity get in your way. Busy professionals need simple examples and intuitive descriptions; side trips and meandering philosophical discussions are left for other books.
Here R scripts are condensed, to the extent possible, to copy-paste-run format. Chapters and examples are structured to purpose rather than particular functions (e.g., “dirty data cleanup” rather than the R package name “janitor”). Everyday language eliminates the need to know functions/packages in advance.
What You Will Learn
- Carry out input/output; visualizations; data munging; manipulations at the group level; and quick data exploration
- Handle forecasting (multivariate, time series, logistic regression, Facebook’s Prophet, and others)
- Use text analytics; sampling; financial analysis; and advanced pattern matching (regex)
- Manipulate data using DPLYR: filter, sort, summarize, add new fields to datasets, and apply powerful IF functions
- Create combinations or subsets of files using joins
- Write efficient code using pipes to eliminate intermediate steps (MAGRITTR)
- Work with string/character manipulation of all types (STRINGR)
- Discover counts, patterns, and how to locate whole words
- Do wild-card matching, extraction, and invert-match
- Work with dates using LUBRIDATE
- Fix dirty data; attractive formatting; bad habits to avoid
Who This Book Is For
Programmers/data scientists with at least some prior exposure to R.
Table of contents
- Cover
- Front Matter
- 1. DPLYR
- 2. Stringr
- 3. Lubridate: Date and Time Processing
- 4. Regular Expressions: Introduction
- 5. Typical Uses
- 6. Some Simple Patterns
- 7. Character Classes
- 8. Elements of Regular Expressions
- 9. The Magnificent Seven
- 10. Regular Expressions in Stringr
- 11. Unicode
- 12. Tools for Development and Resources
- 13. RegEx Summary
- 14. Recipes for Common R Tasks
- 15. Data Structures
- 16. Visualization
- 17. Simple Prediction Methods
- 18. Smorgasbord of Simple Statistical Tests
- 19. Validation of Data
- 20. Shortcuts and Miscellaneous
- 21. Conclusion
- Back Matter
Product information
- Title: CRAN Recipes: DPLYR, Stringr, Lubridate, and RegEx in R
- Author(s):
- Release date: April 2021
- Publisher(s): Apress
- ISBN: 9781484268766
You might also like
scenario
Bash Fundamentals Challenge: Write Simple Bash Scripts That Redirect Standard Output and Standard Error
Write a script that outputs text to different file handles and different files.
book
Learning SQL, 3rd Edition
As data floods into your company, you need to put it to work right away—and SQL …
book
The Makers Guide to Cricut
Take your Cricut crafts to the next level! The Cricut machine has made it easy for …
video
R Programming
15+ Hours of Video Instruction R Programming LiveLessons, 2nd Edition, is a tour through the most …