Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : b22497c
Branch  : main
Author  : Naupaka Zimmerman <naupaka@gmail.com>
Time    : 2024-05-14 19:58:23 +0000
Message : Merge pull request #275 from datacarpentry/update/packages

Update 13 packages
  • Loading branch information
actions-user committed May 14, 2024
1 parent ba5df88 commit bb2bb6b
Show file tree
Hide file tree
Showing 12 changed files with 148 additions and 1,210 deletions.
8 changes: 4 additions & 4 deletions 00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ with a decimal:
round(3.14)
```

```{.output}
```output
[1] 3
```

Expand All @@ -455,7 +455,7 @@ You can also see a function's argument using the `args()` function:
args(round)
```

```{.output}
```output
function (x, digits = 0)
NULL
```
Expand All @@ -473,7 +473,7 @@ function:
round(3.14159, digits = 2)
```

```{.output}
```output
[1] 3.14
```

Expand All @@ -487,7 +487,7 @@ digits is 2.
round(3.14159, 2)
```

```{.output}
```output
[1] 3.14
```

Expand Down
Loading

0 comments on commit bb2bb6b

Please sign in to comment.