trimES: Deleting extra white spaces

Description Usage Arguments Details Value Examples

View source: R/trimES.R

Description

Deleting extra white spaces from a character object.

Usage

1
trimES(x)

Arguments

x

is a character object.

Details

tableTag is an internal routine of bibliometrics package.

Value

an object of class character

Examples

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

xiangtuochen/bibliometrixfullname documentation built on Jan. 18, 2022, 7:05 p.m.