Skip to content

Commit

Permalink
- #118 docs: Add explanation about updated behaviour when `estimate_t…
Browse files Browse the repository at this point in the history
…ype` is missing in `ManyEcoEvo` dataframe

- #118 build: devtools::document()
  • Loading branch information
egouldo committed Aug 23, 2024
1 parent 4a5a5fa commit 62bee48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/prepare_response_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#' @param dataset_log_transform A character string of length 1, equal to the name of the dataset to log-transform the response variables to. If `NULL` (default), no datasets are log-transformed.
#' @return A tibble of nested list-columns
#' @details Operates on nested list-columns of dataframes, where each dataframe contains the response variable data for a single analysis. The function standardises the response variable data for each analysis, and returns the modified dataset to the `data` list-column.
#'
#' Note that if `ManyEcoEvo` does not have an `estimate_type` column, it will be added with the value of `estimate_type`. This is because some transformation functions require the `estimate_type` column to be present in the dataset.
#'
#' @family targets-pipeline functions.
#' @family Multi-dataset Wrapper Functions
#' @export
Expand Down
2 changes: 2 additions & 0 deletions man/prepare_response_variables.Rd

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

0 comments on commit 62bee48

Please sign in to comment.