-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.qmd
More file actions
16 lines (9 loc) · 857 Bytes
/
index.qmd
File metadata and controls
16 lines (9 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: String processing
date: 2025-06-20
---
This tutorial covers tools for manipulating text data in R and Python, including the use of regular expressions. The tutorial is somewhat more focused on R than Python. Please click on the links on the left the various sections of this tutorial.
Please see the side menu bar for the various sections of this tutorial, of which this document is the introduction.
If you have a standard R or Python installation and can install the `stringr` package for R and the `re` package for Python, you should be able to reproduce the results in this document.
This tutorial assumes you have a working knowledge of R or Python.
Materials for this tutorial, including the Markdown file that was used to create this document are [available on GitHub](https://github.com/berkeley-scf/tutorial-string-processing).