Skip to content

Commit

Permalink
Shorten comment in help page example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed Dec 5, 2017
1 parent 590f3a5 commit 2c98f78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/div.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#'
#' x3 <- div(summary.taf, "Year|Fbar", grep=TRUE, invert=TRUE)
#'
#' # Less reliable in scripts if columns have been added, deleted, or reordered:
#' # Less reliable in scripts if columns have been added/deleted/reordered:
#'
#' x4 <- div(summary.taf, 2:13)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/rnd.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' x3 <- rnd(summary.taf, "Fbar", grep=TRUE, invert=TRUE)
#' x3 <- rnd(x3, "Fbar", 3, grep=TRUE)
#'
#' # Less reliable in scripts if columns have been added, deleted, or reordered:
#' # Less reliable in scripts if columns have been added/deleted/reordered:
#'
#' x4 <- rnd(summary.taf, 2:13)
#' x4 <- rnd(x4, 14:16, 3)
Expand Down
2 changes: 1 addition & 1 deletion man/div.Rd

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

2 changes: 1 addition & 1 deletion man/rnd.Rd

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

0 comments on commit 2c98f78

Please sign in to comment.