From 1d69227e71a6db56ebde0ad6f3c64889f04fc54d Mon Sep 17 00:00:00 2001 From: arnfinn Date: Thu, 23 Jan 2025 13:49:58 +0100 Subject: [PATCH] roxygenize --- man/runAutoReport.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/runAutoReport.Rd b/man/runAutoReport.Rd index 0d6023c5..722358e3 100644 --- a/man/runAutoReport.Rd +++ b/man/runAutoReport.Rd @@ -9,7 +9,7 @@ runAutoReport( dato = Sys.Date(), group = NULL, type = c("subscription", "dispatchment"), - target = getConfig("rapbaseConfig.yml")$r$autoReport$target, + target = rapbase::getConfig("rapbaseConfig.yml")$r$autoReport$target, dryRun = FALSE ) }