Skip to content

What the Package Does (One Line, Title Case)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Nilsson-D/regexcite

Repository files navigation

regexcite

R-CMD-check

The goal of regexcite is to make splitting strings easier

Installation

You can install the development version of regexcite from GitHub with:

# install.packages("devtools")
devtools::install_github("Nilsson-D/regexcite")

Example

This is a basic example which shows you how to solve a common problem:

library(regexcite)

x <- "alfa,bravo,charlie,delta"
str_split_one(x, pattern = ",")
#> [1] "alfa"    "bravo"   "charlie" "delta"

About

What the Package Does (One Line, Title Case)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages