Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

trim.leading

Deleting leading white spaces


Description

Deleting leading white spaces from a character object.

Usage

trim.leading(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", "Mary", " John")
char
trim.leading(char)

bibliometrix

Comprehensive Science Mapping Analysis

v3.1.1
GPL-3
Authors
Massimo Aria [cre, aut], Corrado Cuccurullo [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.