count_chars: Character counting helper

View source: R/count_chars.R

count_charsR Documentation

Character counting helper

Description

Function to help count / index the characters on the screen, rather than using your fingers.

Usage

count_chars(char)

Arguments

char

a vector (atomic or list) or an expression object. Other objects (including classed objects) will be coerced by base::as.list.

Value

A list

References

https://rcrastinate.rbind.io/post/2020-12-26-little-helpers-character-index-counter/

Examples

count_chars(c("2020-12-26", "Klärschlammentsorgungsrichtlinie"))

emilelatour/lamisc documentation built on April 9, 2024, 10:33 a.m.