Learn R Programming

bibliometrix (version 4.3.0)

trimES: Deleting extra white spaces

Description

Deleting extra white spaces from a character object.

Usage

trimES(x)

Value

an object of class character

Arguments

x

is a character object.

Details

tableTag is an internal routine of bibliometrics package.

Examples

Run this code

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

Run the code above in your browser using DataLab