Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Tweak reference index #474

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/collect-rd.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Create, modify, and delete columns (duckplyr)
#' @title Force conversion to a data frame
#'
#' @description This is a method for the [dplyr::collect()] generic.
#' `collect()` converts the input to a tibble, materializing any lazy operations.
Expand Down
2 changes: 1 addition & 1 deletion R/compute-rd.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Compute results (duckplyr)
#' @title Compute results
#'
#' @description This is a method for the [dplyr::compute()] generic.
#' For a (lazy) duckplyr frame,
Expand Down
2 changes: 1 addition & 1 deletion R/mutate-rd.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @title Create, modify, and delete columns (duckplyr)
#' @title Create, modify, and delete columns
#'
#' @description This is a method for the [dplyr::mutate()] generic.
#' `mutate()` creates new columns that are functions of existing variables.
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reference:

- title: dplyr verbs

- subtitle: Connecting, copying, and retrieving data
- subtitle: Computing and materializing data
contents:
- compute.duckplyr_df
- compute_file
Expand Down
2 changes: 1 addition & 1 deletion man/collect.duckplyr_df.Rd

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

2 changes: 1 addition & 1 deletion man/compute.duckplyr_df.Rd

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

2 changes: 1 addition & 1 deletion man/mutate.duckplyr_df.Rd

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

Loading