Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] reference url for example report #18

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading