val_seperator: Function to separate values at the nth position

View source: R/val_seperator.R

val_seperatorR Documentation

Function to separate values at the nth position

Description

Function to separate values at the nth position

Usage

val_seperator(v, n = 3)

Arguments

v

A numeric vector.

n

A numeric vector indicating the position to separate.

Author(s)

Andreas Scharmueller, andschar@proton.me

Examples


v = 21032262 
val_seperator(v)
val_seperator(v, 2)


andschar/andmisc documentation built on Jan. 19, 2025, 10:46 a.m.