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

hookoop/newpack

Repository files navigation

newpack

R-CMD-check

The goal of newpack is to make splitting a string easier.Based on R Packages (2e) by Hadley Wickham and Jennifer Bryan.

Installation

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

# install.packages("devtools")
devtools::install_github("hookoop/newpack")

Example

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

library(newpack)
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