minisciencegirl / studyGroup

http://minisciencegirl.github.io/studyGroup/
Other
43 stars 20 forks source link

Be String Savvy! Learn Regular Expressions and stringr. Beginner friendly! #164

Open eacton opened 7 years ago

eacton commented 7 years ago

What: Be String Savvy! Learn regular expressions and the stringr package to make your data-cleaning life easier. Who: Everyone! This lesson will be suitable for R beginners. When: Wednesday, May 10, 3 - 4 PM Where: Koerner Library, room 153.

Before you come: You'll need the free version of R Studio installed; install stringr.

Example: install.packages("stringr") at the terminal in R Studio (if you're not sure how to do this, we'll get you set up at the start of the lesson).

eacton commented 7 years ago

Thanks @SimonGoring for teaching this! Feel free to edit any the comment for any other packages needed for your lesson.

oktokat commented 7 years ago

@eacton I just found out about these sweet sessions - do I need to sign up or can I just show up tomorrow??

eacton commented 7 years ago

@oktokat just show up! Glad to have you!

SimonGoring commented 7 years ago

Yep! Be happy to see you there :)

SimonGoring commented 7 years ago

Here is the HTML tutorial for your browsing pleasure:

http://htmlpreview.github.io/?https://github.com/SimonGoring/RegularExpressionR/blob/master/tutorial.html

Here is the Shiny App:

https://simongoring.shinyapps.io/RegularExpressionR/

And here is the repository:

https://github.com/SimonGoring/RegularExpressionR