A Pocket Guide to APIs, Libraries, and Packages
Buch, Englisch, 232 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 467 g
ISBN: 978-1-4842-8779-8
Verlag: Apress
With R 4 Data Science Quick Reference, you'll have the code, APIs, and insights to write data science-based applications in the R programming language. You'll also be able to carry out data analysis. All source code used in the book is freely available on GitHub..
What You'll Learn
- Implement applicable R 4 programming language specification features
- Import data with readr
- Work with categories using forcats, time and dates with lubridate, and strings with stringr
- Format data using tidyr and then transform that data using magrittr and dplyr
- Write functions with R for data science, data mining, and analytics-based applications
- Visualize data with ggplot2 and fit data to models using modelr
Programmers new to R's data science, data mining, and analytics packages. Some prior coding experience with R in general is recommended.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken Big Data
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken Data Mining
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
Weitere Infos & Material
1. Introduction. - 2. Importing Data: readr.- 3. Representing Tables: tibble. - 4. Tidy+select, 5. Reformatting Tables: tidyr.- 6. Pipelines: magrittr.- 7. Functional Programming: purrr. - 8. Manipulating Data Frames: dplyr. - 9. Working with Strings: stringr.- 10. Working with Factors: forcats. - 11. Working with Dates: lubridate. - 12. Working with Models: broom and modelr. - 13. Plotting: ggplot2.- 14. Conclusions.