digestivedatasets
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: lightbluetitan
- Language: R
- Default Branch: main
- Size: 1.98 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DigestiveDataSets
The DigestiveDataSets package offers a comprehensive and curated collection of datasets focused on the digestive system, including the stomach, intestines, liver, pancreas, and related disorders.
This package encompasses a variety of data types such as clinical trials, observational studies, experimental datasets, cohort data,
and case series, providing broad coverage of gastrointestinal diseases.
Installation
You can install the DigestiveDataSets package from CRAN with the following R function:
```R
install.packages("DigestiveDataSets")
```
Load the Package
```R
library(DigestiveDataSets)
```
Dataset Suffixes
Each dataset in the DigestiveDataSets package uses a suffix to denote the type of R object:
_df: data frame_tbl_df: tibble_ts: time series
Example Datasets
Below are selected example datasets included in the DigestiveDataSets package:
digestive_cancer_survival_df: Digestive Cancer Survival Times.campylobacter_infections_ts: Campylobacter Infections Time Series.cholera_deaths_1849_tbl_df: Cholera Daily Deaths in England, 1849.
Example Code:
```R
Load the package
library(DigestiveDataSets)
List all datasets in the package
viewdatasetsDigestiveDataSets()
Load dataset
data(digestivecancersurvival_df)
Preview the dataset
head(digestivecancersurvival_df)
Open in Viewer
View(digestivecancersurvival_df)
```
Owner
- Name: Renzo Cáceres Rossi
- Login: lightbluetitan
- Kind: user
- Location: Lima, Perú
- Twitter: RHablamos
- Repositories: 2
- Profile: https://github.com/lightbluetitan
Soy un fanatico del Lenguaje de programación R y RMarkdown
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 99 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: DigestiveDataSets
A Curated Collection of Digestive System and Gastrointestinal Disease Datasets
- Homepage: https://github.com/lightbluetitan/digestivedatasets
- Documentation: http://cran.r-project.org/web/packages/DigestiveDataSets/DigestiveDataSets.pdf
- License: GPL-3
-
Latest release: 0.2.0
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1.0 depends
- utils * imports
- dplyr * suggests
- ggplot2 * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests