Skip to content

Commit

Permalink
Merge branch 'main' into revise-check-pop-data
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisorwa authored Jul 18, 2024
2 parents a2fbe16 + 1242a9f commit a5be53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
5 changes: 3 additions & 2 deletions R/df_to_array.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ df.to.array <- function(
#' cols = c("Sepal.Length", "Sepal.Width", "Petal.Width", "Petal.Length")
#' ) %>%
#' mutate(parameter = factor(parameter, levels = unique(parameter)))
#' df %>% serocalculator:::df.to.array(dim_var_names = c("parameter", "Species"))
#'
#' arr <- df %>% serocalculator:::df.to.array(dim_var_names = c("parameter", "Species"))
#' ftable(arr[,,1:5])
#' @noRd
df_to_array <- function(
df,
dim_var_names,
Expand Down
34 changes: 0 additions & 34 deletions man/df_to_array.Rd

This file was deleted.

0 comments on commit a5be53a

Please sign in to comment.