trimES function

Deleting extra white spaces

Deleting extra white spaces

Deleting extra white spaces from a character object.

trimES(x)

Arguments

  • x: is a character object.

Returns

an object of class character

Details

tableTag is an internal routine of bibliometrics package.

Examples

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