Nothing
Code
pillar(v, width = 4)
Output
NULL
Code
pillar(v, width = 7)
Output
<pillar>
<dbl>
1e-5
1e-2
1e+3
1e+6
Code
pillar(v, width = 10)
Output
<pillar>
<dbl>
1e-5
1e-2
1e+3
1e+6
Code
pillar(v, width = 15)
Output
<pillar>
<dbl>
0.00001
0.01
1000
1000000
Code
pillar(v, width = 22)
Output
<pillar>
<dbl>
0.00001
0.01
1000
1000000
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.