Skip to content

Commit

Permalink
Improve pkgdown reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 30, 2021
1 parent 993177c commit b71f77b
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/dtplyr-package.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' @import rlang
#' @importFrom data.table data.table as.data.table .SD copy is.data.table
#' @importFrom lifecycle deprecated
#' @keywords internal
"_PACKAGE"

#' @export
14 changes: 14 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,20 @@ home:
- text: Learn more about data.table
href: https://rdatatable.gitlab.io/data.table/

reference:
- title: Getting data in and out
contents:
- lazy_dt
- collect.dtplyr_step

- title: Single table verbs
contents:
- distinct.dtplyr_step
- group_by.dtplyr_step
- group_modify.dtplyr_step
- head.dtplyr_step
- rename.dtplyr_step

navbar:
components:
home: ~
1 change: 1 addition & 0 deletions man/dtplyr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b71f77b

Please sign in to comment.