Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

quantile_names.R

This will eventually be an R package, but for now source it within your R script:

source("quantile_names.R")

print(quantile_names(c(1:29), n = 7))

 [1]  "1st" "1st" "1st" "1st" "2nd" "2nd" "2nd" "2nd" "3rd" "3rd" "3rd"
 [12] "3rd" "4th" "4th" "4th" "4th" "5th" "5th" "5th" "5th" "6th" "6th"
 [23] "6th" "6th" "7th" "7th" "7th" "7th" "7th"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages