Skip to content

Commit

Permalink
[ADD] reference url for example report
Browse files Browse the repository at this point in the history
  • Loading branch information
ineelhere committed Aug 12, 2024
1 parent b35c8cd commit 7852bb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/ctg_data_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ print(results)

*Currently works for data from ClinicalTrials.Gov*

Visit here for an exqample report -
<https://ineelhere.github.io/clintrialx/report.html>

``` r
#first get the data in a R dataframe
my_clinical_trial_data <- ctg_bulk_fetch(condition="cancer")
Expand Down
2 changes: 2 additions & 0 deletions man/ctg_data_report.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7852bb8

Please sign in to comment.