R string split by pattern
When obtaining data, the raw data could be messy. In this article, I’ll give some examples on how to split a string or a column to multiple strings or multiple columns by using Regex or pattern.
I write about data analysis, technology, statistics, books, ….
When obtaining data, the raw data could be messy. In this article, I’ll give some examples on how to split a string or a column to multiple strings or multiple columns by using Regex or pattern.
In this post, I’ll demonstrate how to set up git accounts and configuration file
In this series, I’ll walk you through how to set up multiple git/github accounts and interact with them directly from terminal. First, you need to set up SSH with your github accounts…