Skip to content

Commit 77b8895

Browse files
committed
Remove empty lines
1 parent 084babb commit 77b8895

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vignettes/numbers.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ See `?pillar::pillar_options` for a comprehensive overview.
3030

3131
```{r numbers-3}
3232
tibble(x = 123.4567)
33-
3433
old <- options(pillar.sigfig = 7)
3534
tibble(x = 123.4567)
36-
3735
# Restore old options, see also rlang::local_options() for a more elegant way
3836
options(old)
3937
```
@@ -50,7 +48,6 @@ Similarly, `char()` allows customizing the display of character columns.
5048

5149
```{r numbers-5}
5250
num(-1:3, notation = "sci")
53-
5451
tibble(
5552
x4 = num(8:12 * 100 + 0.5, digits = 4),
5653
x1 = num(8:12 * 100 + 0.5, digits = -1),

0 commit comments

Comments
 (0)