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

Fix documentation #240

Merged
merged 2 commits into from
Jan 27, 2024
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/as-ped.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ is.ped <- function(x) inherits(x, "ped")

#' @rdname as_ped
#' @param newdata A new data set (\code{data.frame}) that contains the same
#' variables that were used to create the PED object (code{data}).
#' variables that were used to create the PED object (\code{data}).
#' @export
as_ped.ped <- function(data, newdata, ...) {

Expand Down
2 changes: 0 additions & 2 deletions R/nest-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ nest_tdc <- function(data, formula, ...) {
}

#' @rdname nest_tdc
#' @param vars A character vector of TDCs that will be nested.
#' @param id A character giving the name of the ID column.
#' @export
nest_tdc.default <- function(data, formula, ...) {

Expand Down
3 changes: 0 additions & 3 deletions R/tidyverse-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ fped_attr <- function(fped) {
#' @param .data an object of class \code{ped}, see \code{\link{as_ped}}.
#' @param tbl an object of class \code{ped}, see \code{\link{as_ped}}.
#' @param x an object of class \code{ped}, see \code{\link{as_ped}}.
#' @param funs see \code{\link[dplyr]{summarize_all}}
#' @param ... see \code{dplyr} documentation
#' @param .dots see \code{dplyr} documentation
#' @description See \code{dplyr} documentation of the respective functions for
#' description and examples.
#' @return a modified \code{ped} object (except for \code{do})
Expand Down Expand Up @@ -218,7 +216,6 @@ select.ped <- function(.data, ...) {

}

#' @param keep_attributes conserve attributes? defaults to \code{TRUE}
#' @export
#' @export mutate
#' @rdname dplyr_verbs
Expand Down
2 changes: 1 addition & 1 deletion man/as_ped.Rd

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

6 changes: 0 additions & 6 deletions man/dplyr_verbs.Rd

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

4 changes: 0 additions & 4 deletions man/nest_tdc.Rd

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

Loading