Skip to content

Calculate the number of characters in a text file in R.

License

Unknown, MIT licenses found

Licenses found

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

celestezhao/rcharcounts-cz

Repository files navigation

rcharcounts.cz

The goal of rcharcounts.cz is to calculate the number of characters in a text file in R.

Installation

You can install the development version of rcharcounts.cz from GitHub with:

# install.packages("devtools")
devtools::install_github("celestezhao/rcharcounts-cz")

Example

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

library(rcharcounts.cz)
## basic example code
char_count("Today is a sunny day!") # Returns 21
#> [1] 21
char_count(c("Today", "sunny")) # Returns c(5, 5)
#> [1] 5 5

About

Calculate the number of characters in a text file in R.

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