From fa0088b2a4c0b749418687930a7fef5fa4b1dc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:57:16 +0100 Subject: [PATCH] fix: updates example after merge --- R/split.R | 2 ++ man/xportr-package.Rd | 1 - man/xportr_split.Rd | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/R/split.R b/R/split.R index a4b02beb..74b84257 100644 --- a/R/split.R +++ b/R/split.R @@ -21,6 +21,8 @@ #' @export #' #' @examples +#' data("adsl_xportr") +#' adsl <- adsl_xportr #' #' adlb <- data.frame( #' USUBJID = c(1001, 1002, 1003), diff --git a/man/xportr-package.Rd b/man/xportr-package.Rd index f7e7c58e..d077e53c 100644 --- a/man/xportr-package.Rd +++ b/man/xportr-package.Rd @@ -3,7 +3,6 @@ \docType{package} \name{xportr-package} \alias{xportr-package} -\alias{_PACKAGE} \title{The \code{xportr} package} \description{ \code{xportr} is designed to be a clinical workflow friendly method for outputting diff --git a/man/xportr_split.Rd b/man/xportr_split.Rd index 5b4d3a44..5c9da890 100644 --- a/man/xportr_split.Rd +++ b/man/xportr_split.Rd @@ -25,10 +25,12 @@ split by \code{LBCAT} to split up hematology and chemistry data. \details{ This function will tell \code{xportr_write()} to split the data frame based on the variable passed in \code{split_by}. When written, the file name will be prepended -with a number for uniqueness. These files should be noted in the sdrg per +with a number for uniqueness. These files should be noted in the Reviewer Guides per CDISC guidance to note how you split your files. } \examples{ +data("adsl_xportr") +adsl <- adsl_xportr adlb <- data.frame( USUBJID = c(1001, 1002, 1003),