remove_x | R Documentation |
A convenience function to remove a leading capital X. Is case sensitive.
remove_x(x)
x |
|
Returns character
or string
with leading X removed.
df <- data.frame('X1'=c(1,2))
remove_x(colnames(df))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.