This is a Sihny (R) repository and tutorial for testing out regular expression matching in R.
This repository is intended for an informal tutorial through the UBC R Study Group using R and the Shiny framework.
All individuals are welcome to contribute to this repository. Contributions are subject to the Code of Conduct for this repository.
- Simon Goring - University of Wisconsin
This repository contains two main elements. The tutorial.Rmd
file is intended to be used to teach participants how to use the stringr
package for R. The ui.R
and server.R
files run the Shiny application.
Within the data
folder is a single file, containing some raw text that can be used in the tutorial, and is loaded by the application to provide examples for the users.
Please feel free to raise issues using the issue tracker on this repository.