Learn R Programming

bibliometrix (version 3.1.4)

trimES: Deleting extra white spaces

Description

Deleting extra white spaces from a character object.

Usage

trimES(x)

Arguments

x

is a character object.

Value

an object of class character

Details

tableTag is an internal routine of bibliometrics package.

Examples

Run this code
# NOT RUN {
char <- c("Alfred  BJ", "Mary    Beth", "John      John")
char
trimES(char)

# }

Run the code above in your browser using DataLab