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
Last synced: 10 months ago · JSON representation

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
Created about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme

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ú

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

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 99 Last month
Rankings
Dependent packages count: 26.4%
Dependent repos count: 32.5%
Average: 48.5%
Downloads: 86.6%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.1.0 depends
  • utils * imports
  • dplyr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests