From 81566c8c4e06e7c22968b5091754bb3d4ac59413 Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Wed, 4 Sep 2024 20:27:42 -0700 Subject: [PATCH] adjust documentation formatting --- R/interlaced.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/interlaced.R b/R/interlaced.R index 6d254f1..73ba3d5 100644 --- a/R/interlaced.R +++ b/R/interlaced.R @@ -115,8 +115,8 @@ new_interlaced <- function(value_channel, na_channel, ...) { #' #' Regular comparison operators (i.e. `==` and `!=`) only apply to value #' channel; when used with missing values they always result in `NA`. -#' -#' The multichannel comparison operators `%==%` and `%!=%` compare BOTH the +#' By contrast, +#' the multichannel comparison operators `%==%` and `%!=%` compare BOTH the #' value and missing reason channels of a variable. Multichannel equality #' `%==%` operates identically to regular `==` when both operands are values, #' but will return `FALSE` instead of `NA` when one is missing. When both values