trim | R Documentation |
Deleting leading and ending white spaces from a character
object.
trim(x)
x |
is a |
tableTag
is an internal routine of bibliometrics
package.
an object of class character
char <- c(" Alfred", "Mary", " John")
char
trim(char)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.