From b2838d6b5440ac7ad849cb788300036d6918743a Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 27 Nov 2024 17:44:31 +0100 Subject: [PATCH] update rd (comma) --- man/adjust.Rd | 2 +- man/assign_labels.Rd | 2 +- man/categorize.Rd | 2 +- man/center.Rd | 2 +- man/convert_na_to.Rd | 2 +- man/convert_to_na.Rd | 2 +- man/data_codebook.Rd | 2 +- man/data_duplicated.Rd | 2 +- man/data_extract.Rd | 2 +- man/data_group.Rd | 2 +- man/data_peek.Rd | 2 +- man/data_relocate.Rd | 2 +- man/data_rename.Rd | 2 +- man/data_replicate.Rd | 2 +- man/data_separate.Rd | 2 +- man/data_tabulate.Rd | 2 +- man/data_to_long.Rd | 2 +- man/data_unique.Rd | 2 +- man/data_unite.Rd | 2 +- man/describe_distribution.Rd | 2 +- man/extract_column_names.Rd | 2 +- man/labels_to_levels.Rd | 2 +- man/means_by_group.Rd | 2 +- man/normalize.Rd | 2 +- man/ranktransform.Rd | 2 +- man/recode_values.Rd | 2 +- man/rescale.Rd | 2 +- man/reverse.Rd | 2 +- man/row_count.Rd | 2 +- man/row_means.Rd | 2 +- man/slide.Rd | 2 +- man/standardize.Rd | 2 +- man/to_factor.Rd | 2 +- man/to_numeric.Rd | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/man/adjust.Rd b/man/adjust.Rd index f11002bf9..c47606ce0 100644 --- a/man/adjust.Rd +++ b/man/adjust.Rd @@ -53,7 +53,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/assign_labels.Rd b/man/assign_labels.Rd index ffb341a64..574730e7b 100644 --- a/man/assign_labels.Rd +++ b/man/assign_labels.Rd @@ -48,7 +48,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/categorize.Rd b/man/categorize.Rd index 017bcd27c..0fed929de 100644 --- a/man/categorize.Rd +++ b/man/categorize.Rd @@ -99,7 +99,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/center.Rd b/man/center.Rd index 4e0469555..691f10839 100644 --- a/man/center.Rd +++ b/man/center.Rd @@ -82,7 +82,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/convert_na_to.Rd b/man/convert_na_to.Rd index 0932a8563..369e3937d 100644 --- a/man/convert_na_to.Rd +++ b/man/convert_na_to.Rd @@ -51,7 +51,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/convert_to_na.Rd b/man/convert_to_na.Rd index 3149bc84b..f56fdd7da 100644 --- a/man/convert_to_na.Rd +++ b/man/convert_to_na.Rd @@ -54,7 +54,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_codebook.Rd b/man/data_codebook.Rd index 32de5598f..4fcddc1ff 100644 --- a/man/data_codebook.Rd +++ b/man/data_codebook.Rd @@ -44,7 +44,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_duplicated.Rd b/man/data_duplicated.Rd index 26abe5314..30d8a455d 100644 --- a/man/data_duplicated.Rd +++ b/man/data_duplicated.Rd @@ -30,7 +30,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_extract.Rd b/man/data_extract.Rd index d6a9ab935..91b5ee29a 100644 --- a/man/data_extract.Rd +++ b/man/data_extract.Rd @@ -37,7 +37,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_group.Rd b/man/data_group.Rd index 977347933..c360f7b5e 100644 --- a/man/data_group.Rd +++ b/man/data_group.Rd @@ -34,7 +34,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_peek.Rd b/man/data_peek.Rd index ba2e29069..5d5e2e18e 100644 --- a/man/data_peek.Rd +++ b/man/data_peek.Rd @@ -37,7 +37,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_relocate.Rd b/man/data_relocate.Rd index b6ed996c5..5991691cb 100644 --- a/man/data_relocate.Rd +++ b/man/data_relocate.Rd @@ -54,7 +54,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_rename.Rd b/man/data_rename.Rd index 6fef0f1df..3fea0fac4 100644 --- a/man/data_rename.Rd +++ b/man/data_rename.Rd @@ -69,7 +69,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_replicate.Rd b/man/data_replicate.Rd index 42f8d14d9..0be353c66 100644 --- a/man/data_replicate.Rd +++ b/man/data_replicate.Rd @@ -37,7 +37,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_separate.Rd b/man/data_separate.Rd index d1d23ca68..b85b01916 100644 --- a/man/data_separate.Rd +++ b/man/data_separate.Rd @@ -40,7 +40,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_tabulate.Rd b/man/data_tabulate.Rd index 555acefcc..ac91ead65 100644 --- a/man/data_tabulate.Rd +++ b/man/data_tabulate.Rd @@ -89,7 +89,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_to_long.Rd b/man/data_to_long.Rd index fc4511ac0..3e587c049 100644 --- a/man/data_to_long.Rd +++ b/man/data_to_long.Rd @@ -55,7 +55,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_unique.Rd b/man/data_unique.Rd index 7cd99b4bf..e0911901d 100644 --- a/man/data_unique.Rd +++ b/man/data_unique.Rd @@ -31,7 +31,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/data_unite.Rd b/man/data_unite.Rd index 79c7ff68a..c9893933e 100644 --- a/man/data_unite.Rd +++ b/man/data_unite.Rd @@ -37,7 +37,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/describe_distribution.Rd b/man/describe_distribution.Rd index fd39f7eb9..4837834ac 100644 --- a/man/describe_distribution.Rd +++ b/man/describe_distribution.Rd @@ -96,7 +96,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/extract_column_names.Rd b/man/extract_column_names.Rd index 70d0909fc..fe334e22f 100644 --- a/man/extract_column_names.Rd +++ b/man/extract_column_names.Rd @@ -53,7 +53,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/labels_to_levels.Rd b/man/labels_to_levels.Rd index d8588e9b9..c75e2f537 100644 --- a/man/labels_to_levels.Rd +++ b/man/labels_to_levels.Rd @@ -43,7 +43,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/means_by_group.Rd b/man/means_by_group.Rd index 823656b32..8407263b7 100644 --- a/man/means_by_group.Rd +++ b/man/means_by_group.Rd @@ -61,7 +61,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/normalize.Rd b/man/normalize.Rd index a8cfe90d4..ecb3a2706 100644 --- a/man/normalize.Rd +++ b/man/normalize.Rd @@ -81,7 +81,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/ranktransform.Rd b/man/ranktransform.Rd index 587e428d4..44b0052c4 100644 --- a/man/ranktransform.Rd +++ b/man/ranktransform.Rd @@ -49,7 +49,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/recode_values.Rd b/man/recode_values.Rd index 6831d01a9..11f9cfadc 100644 --- a/man/recode_values.Rd +++ b/man/recode_values.Rd @@ -70,7 +70,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/rescale.Rd b/man/rescale.Rd index 7be67e2b5..8d6025a8d 100644 --- a/man/rescale.Rd +++ b/man/rescale.Rd @@ -77,7 +77,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/reverse.Rd b/man/reverse.Rd index 9fdeb7ca1..0f33154a4 100644 --- a/man/reverse.Rd +++ b/man/reverse.Rd @@ -55,7 +55,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/row_count.Rd b/man/row_count.Rd index d2a8cce43..1a87de609 100644 --- a/man/row_count.Rd +++ b/man/row_count.Rd @@ -33,7 +33,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/row_means.Rd b/man/row_means.Rd index 0ebfa6442..3c859e992 100644 --- a/man/row_means.Rd +++ b/man/row_means.Rd @@ -47,7 +47,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/slide.Rd b/man/slide.Rd index e53480364..d68f7e30a 100644 --- a/man/slide.Rd +++ b/man/slide.Rd @@ -44,7 +44,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/standardize.Rd b/man/standardize.Rd index df079cffe..8e8d66867 100644 --- a/man/standardize.Rd +++ b/man/standardize.Rd @@ -155,7 +155,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/to_factor.Rd b/man/to_factor.Rd index 20d9a4fb4..7a500c071 100644 --- a/man/to_factor.Rd +++ b/man/to_factor.Rd @@ -46,7 +46,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns. diff --git a/man/to_numeric.Rd b/man/to_numeric.Rd index cfb51e1a7..abfcec0d8 100644 --- a/man/to_numeric.Rd +++ b/man/to_numeric.Rd @@ -40,7 +40,7 @@ character vector of variable names including ranges specified via \code{:} \item a vector of negative integers, giving the positions counting from the right (e.g., \code{-1} or \code{-1:-3}), \item one of the following select-helpers: \code{starts_with()}, \code{ends_with()}, -\code{contains()}, a range using \code{:} or \code{regex()}. \code{starts_with()}, +\code{contains()}, a range using \code{:}, or \code{regex()}. \code{starts_with()}, \code{ends_with()}, and \code{contains()} accept several patterns, e.g \code{starts_with("Sep", "Petal")}. \code{regex()} can be used to define regular expression patterns.