trimES: Deleting extra white spaces

View source: R/trimES.R

trimESR Documentation

Deleting extra white spaces

Description

Deleting extra white spaces from a character object.

Usage

trimES(x)

Arguments

x

is a character object.

Details

tableTag is an internal routine of bibliometrics package.

Value

an object of class character

Examples


char <- c("Alfred  BJ", "Mary    Beth", "John      John")
char
trimES(char)


bibliometrix documentation built on July 9, 2023, 6:44 p.m.