Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/extract_list_of_variable_arrays.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' \code{\link{extract_variable_array}}.
#'
#' @template args-methods-x
#' @param variables A character vector of variable names to extract, or NULL to
#' @param variable A character vector of variable names to extract, or NULL to
#' extract all variables. To extract all dimensions from variables with
#' indices (e.g. \code{"x[1]"}), provide the base variable names
#' (e.g. \code{"x"}).
Expand Down
2 changes: 1 addition & 1 deletion R/variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ remove_reserved_variable_names <- function(variables, reserved) {
#' @template args-methods-x
#' @template args-methods-dots
#' @template args-methods-with_indices
#' @param value,variables (character vector) new variable names.
#' @param value,variable (character vector) new variable names.
#'
#' @details
#' `variables(x) <- value` allows you to modify the vector of variable names,
Expand Down
6 changes: 3 additions & 3 deletions man/extract_list_of_variable_arrays.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/variables-set.Rd

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

Loading