Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

substrRight

Subset a character string counting from the right end


Description

Allows to quickly remove a given number of characters from the end of a string

Usage

substrRight(input, n)

Arguments

input

Character string to be trimmed.

n

Number of characters to be removed.

Value

A trimmed string or vector of trimmed strings.


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.