View source: R/hjelpefunksjoner.R
string_pad | R Documentation |
Pad strings with empty spaces to obtain same column width in tables
string_pad(string_vector)
string_vector |
Vector of strings to be padded, using length of the longest string as length |
Character string, all strings are of same length
string_pad(string_vector = c("Ja", "Nei", "Kanskje"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.