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

Description Usage Arguments Value Author(s)

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

Description

This function extracts the last n characters from a string.

Usage

1
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 Oct. 23, 2020, 7:59 a.m.