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)


massimoaria/bibliometrix documentation built on May 4, 2024, 8:49 p.m.