Skip to content

Commit

Permalink
Update R/matrix_form.R
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Rucki <[email protected]>
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu and pawelru authored Aug 28, 2024
1 parent 7cec068 commit c519aae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/matrix_form.R
Original file line number Diff line number Diff line change
Expand Up @@ -894,10 +894,8 @@ mf_has_rlabels <- function(mf) ncol(mf$strings) > mf_ncol(mf)
#' mform <- basic_matrix_form(mtcars)
#' cat(toString(mform))
#'
#' @examples
#'
#' # Advanced test case with label rows
#' @examplesIf require("dplyr")
#' # Advanced test case with label rows
#' library(dplyr)
#' iris_output <- iris %>%
#' group_by(Species) %>%
Expand Down

0 comments on commit c519aae

Please sign in to comment.