From ac01b92e4ec819a46676d0669ce9b8be20d6fc4f Mon Sep 17 00:00:00 2001 From: Damon Morris Date: Tue, 17 Sep 2024 15:28:56 +0100 Subject: [PATCH] minor edit --- R/lfs_read_5q_2022.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/lfs_read_5q_2022.R b/R/lfs_read_5q_2022.R index 3023634..f3b265c 100644 --- a/R/lfs_read_5q_2022.R +++ b/R/lfs_read_5q_2022.R @@ -26,6 +26,8 @@ lfs_read_5q_2022 <- function( na.strings = c("NA", "", "-1", "-2", "-6", "-7", "-8", "-9", "-90", "-90.0", "N/A") ) + cat(crayon::yellow("\tdone\n")) + cat(crayon::green("\tApr-Jun 2022 to Apr-Jun 2023")) data.q2 <- data.table::fread( paste0(path,"/lgwt22_5q_aj22_aj23_eul.tab"), showProgress = FALSE,