From 43ae2ac9b57d04cc1cc2f6dde410b8c20e15a42f Mon Sep 17 00:00:00 2001 From: Arnfinn Hykkerud Steindal Date: Fri, 17 Jan 2025 09:38:57 +0100 Subject: [PATCH] roxygenize --- man/filterAutoRep.Rd | 2 +- man/readAutoReportData.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/filterAutoRep.Rd b/man/filterAutoRep.Rd index fbb27ab5..dcc1b956 100644 --- a/man/filterAutoRep.Rd +++ b/man/filterAutoRep.Rd @@ -27,6 +27,6 @@ Generic function to filter various entities from auto report data } \examples{ ar <- list(ar1 = list(type = "A"), ar2 = list(type = "B")) -filterAutoRep(ar, "type", "B") # ar2 +filterAutoRep(ar, "type", "B", target = "file") # ar2 } diff --git a/man/readAutoReportData.Rd b/man/readAutoReportData.Rd index c24c2ed7..ca86f62c 100644 --- a/man/readAutoReportData.Rd +++ b/man/readAutoReportData.Rd @@ -28,5 +28,5 @@ a list of yaml data Read automated report metadata } \examples{ -readAutoReportData() +readAutoReportData(target = "file") }