From e154e5960e1f4e42684ca2b00a527cb973f3c36e Mon Sep 17 00:00:00 2001 From: Stefan Bundfuss Date: Fri, 24 May 2024 10:10:50 +0000 Subject: [PATCH] #86 rs_imwg: update man --- man/rs_onco_imwg.Rd | 20 ++++++++++++++++++++ man/supprs_onco_imwg.Rd | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 man/rs_onco_imwg.Rd create mode 100644 man/supprs_onco_imwg.Rd diff --git a/man/rs_onco_imwg.Rd b/man/rs_onco_imwg.Rd new file mode 100644 index 0000000..3afb181 --- /dev/null +++ b/man/rs_onco_imwg.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{rs_onco_imwg} +\alias{rs_onco_imwg} +\title{Disease Response Dataset (IMWG)} +\format{ +An object of class \code{tbl_df} (inherits from \code{tbl}, \code{data.frame}) with 65 rows and 17 columns. +} +\usage{ +rs_onco_imwg +} +\description{ +A SDTM RS dataset using IMWG criteria. The dataset contains just a few patients. +It is intended for vignettes and examples of ADaM dataset creation. +} +\author{ +Vinh Nguyen +} +\keyword{datasets} diff --git a/man/supprs_onco_imwg.Rd b/man/supprs_onco_imwg.Rd new file mode 100644 index 0000000..28bea5c --- /dev/null +++ b/man/supprs_onco_imwg.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{supprs_onco_imwg} +\alias{supprs_onco_imwg} +\title{Supplemental Disease Response Dataset (IMWG)} +\format{ +An object of class \code{tbl_df} (inherits from \code{tbl}, \code{data.frame}) with 19 rows and 9 columns. +} +\usage{ +supprs_onco_imwg +} +\description{ +A SDTM supplemental RS dataset using IMWG criteria. It is intended to be used +together with \code{rs_onco_imwg}. +} +\author{ +Vinh Nguyen +} +\keyword{datasets}