This package is considered a duplicate. The official version of this package is found at:https://dyfanjones.r-universe.dev/heck
Package: heck 0.1.3
heck: Highly Performant String Case Converter
Provides a case conversion between common cases like CamelCase and snake_case. Using the 'rust crate heck' <https://github.com/withoutboats/heck> as the backend for a highly performant case conversion for 'R'.
Authors:
heck_0.1.3.tar.gz
heck_0.1.3.tar.gz(r-4.5-noble)heck_0.1.3.tar.gz(r-4.4-noble)
heck.pdf |heck.html✨
heck/json (API)
NEWS
# Install 'heck' in R: |
install.packages('heck', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dyfanjones/heck/issues
Last updated 3 months agofrom:7f8bb4ea26. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 24 2024 |
R-4.5-linux-x86_64 | OK | Nov 24 2024 |
Exports:to_kebab_caseto_lower_camel_caseto_pascal_caseto_shouty_kebab_caseto_shouty_snake_caseto_snake_caseto_snek_caseto_title_caseto_train_caseto_upper_camel_case
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert string depending case preference | caseconverter to_kebab_case to_lower_camel_case to_pascal_case to_shouty_kebab_case to_shouty_snake_case to_snake_case to_snek_case to_title_case to_train_case to_upper_camel_case |