From 7d1c6e91bad3dd856e7a7aedc2bfb101bc0ec378 Mon Sep 17 00:00:00 2001 From: jamesaazam Date: Thu, 16 Nov 2023 15:10:51 +0000 Subject: [PATCH] Fix a wrong function reference and link --- R/get.R | 2 +- man/get_regions.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/get.R b/R/get.R index 081498609..ef4fbb859 100644 --- a/R/get.R +++ b/R/get.R @@ -3,7 +3,7 @@ #' @description `r lifecycle::badge("stable")` #' #' @param results_dir A character string giving the directory in which results -#' are stored (as produced by [regional_rt_pipeline()]). +#' are stored (as produced by [regional_epinow()]). #' #' @return A named character vector containing the results to plot. #' @author Sam Abbott diff --git a/man/get_regions.Rd b/man/get_regions.Rd index a4b04eea8..56f6d55b6 100644 --- a/man/get_regions.Rd +++ b/man/get_regions.Rd @@ -8,7 +8,7 @@ get_regions(results_dir) } \arguments{ \item{results_dir}{A character string giving the directory in which results -are stored (as produced by \code{\link[=regional_rt_pipeline]{regional_rt_pipeline()}}).} +are stored (as produced by \code{\link[=regional_epinow]{regional_epinow()}}).} } \value{ A named character vector containing the results to plot.