cat_n | R Documentation |
print vector by lines
cat_n(x, n = 3, ind = 0)
x |
one vector |
n |
number if element in each line, default is 3 |
ind |
indentation, default is 0 |
print vector by lines
cat_n(1:10)
cat_n(1:10,ind=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.