You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`knitr::kable()` turns the URLs into clickable links.
100
99
101
100
```r
102
-
knitr::kable(head(docs, 3))
101
+
knitr::kable(tail(docs))
102
+
```
103
+
104
+
| topic | alias | title | concept | type | keyword | package |
105
+
|:---|:---|:---|:---|:---|:---|:---|
106
+
| <a href=https://tibble.tidyverse.org/reference/tribble.html>tribble</a> | tribble | Row-wise tibble creation | NA | help | NA | tibble |
107
+
| <a href=https://glue.tidyverse.org/reference/trim.html>trim</a> | trim | Trim a character vector | NA | help | NA | glue |
108
+
| <a href=https://tibble.tidyverse.org/reference/trunc_mat.html>trunc_mat</a> | trunc_mat | Legacy printing | NA | help | internal | tibble |
109
+
| <a href=https://tibble.tidyverse.org/articles/types.html>types</a> | types | Column types | NA | vignette | NA | tibble |
110
+
| <a href=https://tibble.tidyverse.org/reference/view.html>view</a> | view | View an object | NA | help | NA | tibble |
111
+
| <a href=https://glue.tidyverse.org/articles/wrappers.html>wrappers</a> | wrappers | How to write a function that wraps glue | NA | vignette | NA | glue |
112
+
113
+
`url_template` can take different templates for the manual and
| <a href=https://tibble.tidyverse.org/reference/add_column.html>add\_column</a> | add\_column | Add columns to a data frame | addition | help | NA | tibble |
108
-
| <a href=https://tibble.tidyverse.org/reference/add_row.html>add\_row</a> | add\_row, add\_case | Add rows to a data frame | addition | help | NA | tibble |
109
-
| <a href=https://glue.tidyverse.org/reference/as_glue.html>as\_glue</a> | as\_glue | Coerce object to glue | NA | help | NA | glue |
139
+
| topic | alias | title | concept | type | keyword | package |
140
+
|:---|:---|:---|:---|:---|:---|:---|
141
+
| <a href=https://tidyverse.r-universe.dev/tibble/doc/manual.html#tribble>tribble</a> | tribble | Row-wise tibble creation | NA | help | NA | tibble |
142
+
| <a href=https://tidyverse.r-universe.dev/glue/doc/manual.html#trim>trim</a> | trim | Trim a character vector | NA | help | NA | glue |
143
+
| <a href=https://tidyverse.r-universe.dev/tibble/doc/manual.html#trunc_mat>trunc_mat</a> | trunc_mat | Legacy printing | NA | help | internal | tibble |
144
+
| <a href=https://tidyverse.r-universe.dev/articles/tibble/types.html>types</a> | types | Column types | NA | vignette | NA | tibble |
145
+
| <a href=https://tidyverse.r-universe.dev/tibble/doc/manual.html#view>view</a> | view | View an object | NA | help | NA | tibble |
146
+
| <a href=https://tidyverse.r-universe.dev/articles/glue/wrappers.html>wrappers</a> | wrappers | How to write a function that wraps glue | NA | vignette | NA | glue |
110
147
111
148
`DT::datatabe()` also provides a search box. See [Get
0 commit comments