Description Usage Arguments Value Examples
add something to strings to be equal length
1 | add_to_equal(df, add = " ", colname = FALSE, rowname = FALSE)
|
df |
string, vectors, dataframe or matrix |
add |
appengdix |
colname |
logistic value for dataframe or matrix |
rowname |
logistic value for dataframe or matrix |
equal length results
1 2 | a=c(123,1,24,5,1.22554)
add_to_equal(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.