Skip to content

misonog/patools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patools

Tools to make a HR analyt’s work easier.

Installation

# install.packages("remotes")
remotes::install_github("flatsilver/patools")

Example

Replace 半角カナ with 全角カナ via hankana_to_zenkana():

library(patools)
x <- "ハンカクカナハアブナイ"
hankana_to_zenkana(x)
#> [1] "ハンカクカナハアブナイ"

Do not convert single-byte symbols and numbers.

y <- "123."
hankana_to_zenkana(y)
#> [1] "123."

About

Tools to make a HR analyt's work easier

Topics

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