Skip to content

Commit

Permalink
import dplyr::case_when
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ Yetman - RMI authored and CJ Yetman - RMI committed Jul 9, 2024
1 parent 951e6a2 commit d3d185a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
Expand Down
2 changes: 2 additions & 0 deletions R/prepare_financial_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#' @return A tibble properly prepared to be saved as the `financial_data.rds`
#' output file
#'
#' @importFrom dplyr case_when
#'
#' @export

prepare_financial_data <-
Expand Down

0 comments on commit d3d185a

Please sign in to comment.