Skip to content

Commit 7c629b7

Browse files
committed
add badge
1 parent 876f505 commit 7c629b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ knitr::opts_chunk$set(
1616
# clinicalomicsdbR
1717

1818
<!-- badges: start -->
19+
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.8239444.svg)](https://doi.org/10.5281/zenodo.8239444)
1920
<!-- badges: end -->
2021

2122
R package to interface with the ClinicalOmicsDB API. Can be used to download data for your own analysis, or directly load study information into a dataframe for exploration.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
# clinicalomicsdbR
55

66
<!-- badges: start -->
7+
8+
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.8239444.svg)](https://doi.org/10.5281/zenodo.8239444)
79
<!-- badges: end -->
810

9-
R package to interface with the ClinicalOmicsDB API. Can be used to download data for your own analysis, or directly load study information into a dataframe for exploration.
11+
R package to interface with the ClinicalOmicsDB API. Can be used to
12+
download data for your own analysis, or directly load study information
13+
into a dataframe for exploration.
1014

11-
Designed with the structure from https://r-pkgs.org/.
15+
Designed with the structure from <https://r-pkgs.org/>.
1216

1317
## Installation
1418

0 commit comments

Comments
 (0)