CRAN recipes DPLYR, Stringr, Lubridate, and RegEx in R

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 minimu...

Full description

Bibliographic Details
Main Author: Yarberry, William
Format: eBook
Language:English
Published: Berkeley, CA Apress 2021
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03771nmm a2200337 u 4500
001 EB001996407
003 EBX01000000000000001159308
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210823 ||| eng
020 |a 9781484268766 
020 |a 1484268768 
050 4 |a QA276.45.R3 
100 1 |a Yarberry, William 
245 0 0 |a CRAN recipes  |b DPLYR, Stringr, Lubridate, and RegEx in R  |c William Yarberry 
260 |a Berkeley, CA  |b Apress  |c 2021 
300 |a 348 pages 
505 0 |a 1: DPLYR -- 2: STRINGR -- 3: Lubridate -- 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 -- Appendix A: Suggested Websites -- Appendix B: Cheat Sheet for Regex in R -- Appendix C: General R Comments by John D. Cook, Consultant -- Appendix D: Understanding a Long Regular Expression -- Appendix E: Regular Expression-enabled Languages -- Appendix F: Sample Data Analysis Questions -- Appendix G: Formats Recognized by Lubridate 
653 |a R (Langage de programmation) 
653 |a R (Computer program language) / fast 
653 |a R (Computer program language) / http://id.loc.gov/authorities/subjects/sh2002004407 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-6876-6 
776 |z 148426875X 
776 |z 9781484268759 
776 |z 9781484268766 
776 |z 1484268768 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484268766/?ar  |x Verlag  |3 Volltext 
082 0 |a 519.502855133 
520 |a 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. You will: 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