Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 6, 2024
1 parent 7409c18 commit 70ef362
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions R/interlace_channels.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#' Re-interlacce a deinterlaced data frame
#' Re-interlace a deinterlaced data frame
#'
#' @description
#'
#' This function will take a deinterlaced data frame and re-interlace it by
#' combining value and misisng reason column pairs into single character
#' combining value and missing reason column pairs into single character
#' columns.
#'
#' @param x A deinterlaced data frame
#'
#' @returns An interlaced data frame, that is, a data frame with character columns
#' that contain both values and missing reasons.
#' @returns An interlaced data frame, that is, a data frame with character
#' columns that contain both values and missing reasons.
#'
#' @export
interlace_channels <- function(x) {
Expand Down
6 changes: 3 additions & 3 deletions man/coalesce_channels.Rd

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

8 changes: 4 additions & 4 deletions man/interlace_channels.Rd

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

0 comments on commit 70ef362

Please sign in to comment.