Skip to content

Commit

Permalink
aligning
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Jun 7, 2024
1 parent 127bf4a commit c24339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_extract_consultations.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return the final data as a [tibble][tibble::tibble-package].
#' @family process extracts
process_extract_ooh_consultations <- function(data, year) {
# to skip warning no visible bingding for global variable when using data.table
# to skip warning no visible binding for global variable when using data.table
distinct_check <- consultation_type <- location <-
record_keydate1 <- record_keydate2 <- chi <-
ooh_case_id <- episode_counter <- NULL
Expand Down

0 comments on commit c24339d

Please sign in to comment.