knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

DISC

Dataset containing information about weekly notified diseases reported by Ministry of Health, Nutrition and Indigenous Medicine in Sri Lanka.

Installation

You can install the released version of DISC from CRAN with:

devtools::install_github("SMART-Research/DISC")
library(DISC)

Example

This is a basic example which shows you how to solve a common problem:

library(DISC)
head(Data_Counts)


SMART-Research/DISC documentation built on Feb. 15, 2022, 3:38 a.m.