Skip to content

Commit

Permalink
Small doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosak01 committed Oct 3, 2023
1 parent 250f9ad commit 62d457f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions R/other_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ copy.attributes <- function(source, target) {
#' data frame. The function is used to locate grouping boundaries. It will
#' return a TRUE each time the current value is different from the previous
#' value. The \code{changed} function is similar to the Base R \code{duplicated}
#' function, except \code{changed} the function will return TRUE even if
#' function, except the \code{changed} function will return TRUE even if
#' the changed value is not unique.
#' @details
#' For a data frame,
Expand All @@ -378,7 +378,9 @@ copy.attributes <- function(source, target) {
#' the simplify option will return a single vector of indicator values
#' instead of a data frame of indicator values.
#' @returns A vector of TRUE or FALSE values indicating the grouping boundaries
#' of the vector or data frame.
#' of the vector or data frame. If the input data is a data frame and the
#' "simplify" parameter is FALSE, the return value will be a data frame
#' of logical vectors describing changed values for each column.
#' @examples
#' # Create sample vector
#' v1 <- c(1, 1, 1, 2, 2, 3, 3, 3, 1, 1)
Expand Down
2 changes: 1 addition & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
common: common.html
last_built: 2023-09-18T02:02Z
last_built: 2023-10-03T01:27Z
urls:
reference: https://common.r-sassy.org/reference
article: https://common.r-sassy.org/articles
Expand Down

0 comments on commit 62d457f

Please sign in to comment.