diff --git a/R/ctg_data_report.R b/R/ctg_data_report.R index 9595056..cf229a7 100644 --- a/R/ctg_data_report.R +++ b/R/ctg_data_report.R @@ -5,6 +5,7 @@ #' It automates the process of data analysis and visualization, providing insights into various #' aspects of clinical trials such as study status, enrollment, duration, and funding sources. #' +#' Visit here for an example report - \url{https://ineelhere.github.io/clintrialx/report.html}. #' @param ctg_data A data frame containing clinical trial data. Required columns include: #' \itemize{ #' \item \code{Study Status}: Current status of each study (e.g., \code{"Completed"}, \code{"Ongoing"}) diff --git a/README.Rmd b/README.Rmd index 71ec445..1edc9e4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -145,6 +145,8 @@ print(results) ## Trial Data HTML Reports *Currently works for data from ClinicalTrials.Gov* + +Visit here for an exqample report - https://ineelhere.github.io/clintrialx/report.html ```{r example6, eval = FALSE} #first get the data in a R dataframe my_clinical_trial_data <- ctg_bulk_fetch(condition="cancer") diff --git a/README.md b/README.md index 3f0474b..f2fb904 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,9 @@ print(results) *Currently works for data from ClinicalTrials.Gov* +Visit here for an exqample report - + + ``` r #first get the data in a R dataframe my_clinical_trial_data <- ctg_bulk_fetch(condition="cancer") diff --git a/man/ctg_data_report.Rd b/man/ctg_data_report.Rd index b39b971..09c5810 100644 --- a/man/ctg_data_report.Rd +++ b/man/ctg_data_report.Rd @@ -62,6 +62,8 @@ This function doesn't return a value, but generates an HTML report at the specif This function creates a detailed, visually appealing HTML report from clinical trial data. It automates the process of data analysis and visualization, providing insights into various aspects of clinical trials such as study status, enrollment, duration, and funding sources. + +Click here for an example report - \url{https://ineelhere.github.io/clintrialx/report.html}{report.html}. } \details{ The function performs these key steps: