From b8d065c913f45c866adc0d8b349fb4c0d00bdb2c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:02:24 +0000 Subject: [PATCH] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/in_rows.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/in_rows.Rd b/man/in_rows.Rd index baa9fe0ce..d71a041d1 100644 --- a/man/in_rows.Rd +++ b/man/in_rows.Rd @@ -59,8 +59,8 @@ in_rows(1, 2, 3, .names = c("a", "b", "c")) in_rows(1, 2, 3, .labels = c("a", "b", "c")) in_rows(1, 2, 3, .names = c("a", "b", "c"), .labels = c("AAA", "BBB", "CCC")) in_rows( - .list = list(a = c(NA, NA)), - .formats = "xx - xx", + .list = list(a = c(NA, NA)), + .formats = "xx - xx", .format_na_strs = list(c("asda", "lkjklj")) ) in_rows(.list = list(a = c(NA, NA)), .format_na_strs = c("asda", "lkjklj"))