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 ) }