View source: R/utils.R View source: R/utils.R View source: R/supplementary_functions.R View source: R/supplementary_functions.R
substrRight | R Documentation |
Generic function to cut off n characters from a string
Generic function to cut off n characters from a string
Generic function to cut off n characters from a string
Generic function to cut off n characters from a string
substrRight(x, n)
substrRight(x, n)
substrRight(x, n)
substrRight(x, n)
x |
A string of characters |
n |
Amount of characters to be returned |
The cut off string.
The cut off string.
The cut off string.
The cut off string.
a <- substrRight("R_is_awesome", 7)
a
a <- substrRight("Awesome_is_R", 7)
a
a <- substrRight("R_is_awesome", 7)
a
a <- substrRight("Awesome_is_R", 7)
a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.