extract.last.part.of.string: Extract the tail part of a string

View source: R/table-dots-functions.R

extract.last.part.of.stringR Documentation

Extract the tail part of a string

Description

This function extracts the last n characters from a string.

Usage

extract.last.part.of.string(c("Hello","khdskhdsjkdkahdshkdhkahskaksdjh"),n=5)

Arguments

x

string to be modified

n

desired length of string

Value

string with given length taken from the tail

Author(s)

Claus E. Andersen


claus-e-andersen/clanTools documentation built on Nov. 30, 2024, 11:06 p.m.