Skip to content

Commit

Permalink
minor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 1, 2025
1 parent 3955020 commit 4f8bc73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/get_datagrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
#' values, e.g. `by = list(Sepal.Length = c(2, 4), Species = "setosa")`.
#' - a string with assignments, e.g. `by = "Sepal.Length = 2"` or
#' `by = c("Sepal.Length = 2", "Species = 'setosa'")` - note the usage of single
#' and double quotes to assign strings within strings.
#' and double quotes to assign strings within strings. String assignments can
#' also indicate more than one value, using regular R syntax, e.g.
#' `by = "Sepal.Length = c(3, 4)"`.
#'
#' There is a special handling of assignments with _brackets_, i.e. values
#' defined inside `[` and `]`.For **numeric** variables, the value(s) inside
Expand Down
4 changes: 3 additions & 1 deletion man/get_datagrid.Rd

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

0 comments on commit 4f8bc73

Please sign in to comment.