R/data.R

#' Sample Clinical Trials Dataset
#'
#' Data frame containing a 2.5 percent random sample of clinical trials.
#'
#' @name tbl_join_sample
#' @docType data
#' @keywords data
NULL

#' Sample of Industry Cancer Trials from 2021
#'
#' Cancer clinical trials based on a query where:
#' `study_type` is "Interventional";
#' `sponsor_type` is "Industry";
#' `date_range` is trials from 2021-01-01 or newer;
#' The `description` includes the keyword "cancer";
#' `phase` is reported (not NA);
#' `primary_purpose` is "Treatment";
#' `minimum_enrollment` is 100.
#'
#' @name cancer_studies
#' @docType data
#' @keywords data
NULL

Try the ctrialsgov package in your browser

Any scripts or data that you put into this service are public.

ctrialsgov documentation built on Aug. 8, 2025, 7:39 p.m.