From 20b46d0d782a25db5e46a7ea0e6fd9fa5d19e6cb Mon Sep 17 00:00:00 2001 From: Tini Garske Date: Thu, 21 Mar 2024 12:58:38 +0000 Subject: [PATCH] fix typo --- R/popim_vacc_activities.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/popim_vacc_activities.R b/R/popim_vacc_activities.R index b369ea7..d4a245a 100644 --- a/R/popim_vacc_activities.R +++ b/R/popim_vacc_activities.R @@ -183,7 +183,7 @@ read_vacc_activities <- function(file) { ##' columns and data ranges), and if so converts it to a ##' `popim_vacc_activities` object and returns this. ##' -##' The input dataframe has to have at least teh columns `region`, +##' The input dataframe has to have at least the columns `region`, ##' `year`, `age_first`, `age_last`, `coverage`, `doses` and ##' `targeting`. Any further columns are simply carried over into the ##' `popim_vacc_activities` object.