splitChar: insert missing dots to the right place in a string

View source: R/format.R

splitCharR Documentation

insert missing dots to the right place in a string

Description

insert missing dots to the right place in a string

Usage

splitChar(x, dot)

Arguments

x

- character with missing dots

dot

- the place of missing dots

Value

a string is returned with the insertion of a formatted period (.) in the specifed location.


klassR documentation built on May 31, 2023, 6:17 p.m.

Related to splitChar in klassR...