From 7c6c1f8a9f42077e7dfa2f3eee0b695639fb8928 Mon Sep 17 00:00:00 2001 From: lilyclements Date: Sat, 17 Feb 2024 15:31:36 +0000 Subject: [PATCH] minor fix --- R/example_clinical_theatre.R | 1 - man/example_clinical_theatre.Rd | 3 --- 2 files changed, 4 deletions(-) diff --git a/R/example_clinical_theatre.R b/R/example_clinical_theatre.R index 106f133..56e1848 100644 --- a/R/example_clinical_theatre.R +++ b/R/example_clinical_theatre.R @@ -12,5 +12,4 @@ #' \item{description}{Categorises the clinical theatre activities into medical specialties or types of procedures, with 'ent' (Ear, Nose, and Throat), 'colorectal', 'hbt' (hematology or blood treatment), 'ortho' (orthopedics), 'paedsurg' (pediatric surgery), and 'gensurg' (general surgery).} #' } #' @details The dataset provides an overview of clinical theatre operations. -#' @source [Your source here, if applicable] "example_clinical_theatre" diff --git a/man/example_clinical_theatre.Rd b/man/example_clinical_theatre.Rd index 95fbea5..f86b7bc 100644 --- a/man/example_clinical_theatre.Rd +++ b/man/example_clinical_theatre.Rd @@ -15,9 +15,6 @@ A data frame with 4,386 rows and 6 columns, including: \item{description}{Categorises the clinical theatre activities into medical specialties or types of procedures, with 'ent' (Ear, Nose, and Throat), 'colorectal', 'hbt' (hematology or blood treatment), 'ortho' (orthopedics), 'paedsurg' (pediatric surgery), and 'gensurg' (general surgery).} } } -\source{ -\link{Your source here, if applicable} -} \usage{ example_clinical_theatre }