Skip to content

Commit

Permalink
Add import of dplyr::n
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardMN committed Nov 4, 2021
1 parent beec592 commit 576085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Colombia.R
Expand Up @@ -66,7 +66,7 @@ Colombia <- R6::R6Class("Colombia",
},

#' @description Colombia specific data cleaning
#' @importFrom dplyr select mutate rename summarise group_by
#' @importFrom dplyr select mutate rename summarise group_by n
#' @importFrom lubridate dmy_hms as_date
#' @importFrom stringr str_replace_all str_to_sentence str_to_title
#' @importFrom rlang .data
Expand Down

0 comments on commit 576085a

Please sign in to comment.