Skip to content

Commit 2c8d35b

Browse files
committed
Render README
1 parent 0a6d2d6 commit 2c8d35b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ website, for example using [pkgdown](https://pkgdown.r-lib.org/).
6565

6666
## Example
6767

68-
- `dverse::document_universe()` creates a data frame with the
69-
documentation of a collection of packages.
70-
- `url_template` links each `{topic}` in each `{package}` with its
71-
corresponding documentation online.
68+
`document_universe()` creates a data frame with documentation metadata
69+
of one or more packages.
7270

7371
``` r
7472
library(glue)
@@ -95,7 +93,7 @@ docs
9593
#> # ℹ 25 more rows
9694
```
9795

98-
- `knitr::kable()` turns the URLs into clickable links.
96+
`knitr::kable()` turns the URLs into clickable links.
9997

10098
``` r
10199
knitr::kable(head(docs, 3))
@@ -107,5 +105,5 @@ knitr::kable(head(docs, 3))
107105
| <a href=https://tibble.tidyverse.org/reference/add_row.html>add_row</a> | add_row, add_case | Add rows to a data frame | addition | tibble |
108106
| <a href=https://glue.tidyverse.org/reference/as_glue.html>as_glue</a> | as_glue | Coerce object to glue | NA | glue |
109107

110-
- `DT::datatabe()` also provides a search box. See [Get
111-
started](https://maurolepore.github.io/dverse/articles/dverse.html).
108+
`DT::datatabe()` also provides a search box. See [Get
109+
started](https://maurolepore.github.io/dverse/articles/dverse.html).

0 commit comments

Comments
 (0)