String Manipulation with stringr in R
Learn how to pull character strings apart, put them back together and use the stringr package.
Comienza El Curso Gratis4 horas17 vídeos60 ejercicios30.843 aprendicesDeclaración de cumplimiento
Crea Tu Cuenta Gratuita
o
Al continuar, acepta nuestros Términos de uso, nuestra Política de privacidad y que sus datos se almacenan en los EE. UU.¿Entrenar a 2 o más personas?
Probar DataCamp for BusinessPreferido por estudiantes en miles de empresas
Descripción del curso
Character strings can turn up in all stages of a data science project. You might have to clean messy string input before analysis, extract data that is embedded in text or automatically turn numeric results into a sentence to include in a report. Perhaps the strings themselves are the data of interest, and you need to detect and match patterns within them. This course will help you master these tasks by teaching you how to pull strings apart, put them back together and use stringr to detect, extract, match and split strings using regular expressions, a powerful way to express patterns.
¿Entrenar a 2 o más personas?
Obtén a tu equipo acceso a la plataforma DataCamp completa, incluidas todas las funciones.En las siguientes pistas
Desarrollador R
Ir a la pistaMinería de textos in R
Ir a la pista- 1
String basics
GratuitoYou'll start with some basics: how to enter strings in R, how to control how numbers are transformed to strings, and finally how to combine strings together to produce output that combines text and nicely formatted numbers.
Welcome!50 xpQuotes100 xpWhat you see isn't always what you have100 xpEscape sequences100 xpTurning numbers into strings50 xpUsing format() with numbers100 xpControlling other aspects of the string100 xpformatC()100 xpPutting strings together50 xpAnnotation of numbers100 xpA very simple table100 xpLet's order pizza!100 xp - 2
Introduction to stringr
Time to meet stringr! You'll start by learning about some stringr functions that are very similar to some base R functions, then how to detect specific patterns in strings, how to split strings apart and how to find and replace parts of strings.
Introducing stringr50 xpPutting strings together with stringr100 xpString length100 xpExtracting substrings100 xpHunting for matches50 xpDetecting matches100 xpSubsetting strings based on match100 xpCounting matches100 xpSplitting strings50 xpParsing strings into variables100 xpSome simple text statistics100 xpReplacing matches in strings50 xpReplacing to tidy strings100 xpReview100 xpFinal challenges100 xp - 3
Pattern matching with regular expressions
In this chapter you'll learn about regular expressions, a language for describing patterns in strings. By combining regular expressions with the stringr functions you'll greatly increase your power to manipulate strings.
Regular expressions50 xpMatching the start or end of the string100 xpMatching any character100 xpCombining with stringr functions100 xpMore regular expressions50 xpAlternation100 xpCharacter classes100 xpRepetition100 xpShortcuts50 xpHunting for phone numbers100 xpExtracting age and gender from accident narratives100 xpParsing age and gender into pieces100 xp - 4
More advanced matching and manipulation
Now for two advanced ways to use regular expressions along with stringr: selecting parts of a match (a.k.a capturing) and referring back to parts of a match (a.k.a back-referencing). You'll also learn to deal with and strings or patterns that contain Unicode characters (e.g. é).
Capturing50 xpCapturing parts of a pattern100 xpPulling out parts of a phone number100 xpExtracting age and gender again100 xpBackreferences50 xpUsing backreferences in patterns100 xpReplacing with regular expressions100 xpReplacing with backreferences100 xpUnicode and pattern matching50 xpMatching a specific code point or code groups100 xpMatching a single grapheme100 xp - 5
Case studies
Practice your string manipulation skills on a couple of case studies. You'll also learn a few new skills, reading strings into R and handling problems of case (e.g. A versus a).
¿Entrenar a 2 o más personas?
Obtén a tu equipo acceso a la plataforma DataCamp completa, incluidas todas las funciones.En las siguientes pistas
Desarrollador R
Ir a la pistaMinería de textos in R
Ir a la pistaconjuntos de datos
DNA sequences from the genome of Yersinia pestisNarrativesAdverbsImportance of being earnestCat-related accidentscolaboradores
requisitos previos
Intermediate RCharlotte Wickham
Ver MásAssistant Professor at Oregon State University
¿Qué tienen que decir otros alumnos?
¡Únete a 15 millones de estudiantes y empieza String Manipulation with stringr in R hoy mismo!
Crea Tu Cuenta Gratuita
o
Al continuar, acepta nuestros Términos de uso, nuestra Política de privacidad y que sus datos se almacenan en los EE. UU.