Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cimentadaj/lifetableprojection

Shiny App for Life Table Projections
https://github.com/cimentadaj/lifetableprojection

Last synced: 5 days ago
JSON representation

Shiny App for Life Table Projections

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# lifetableprojection

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

This package aims to create a shiny webapp to make lifetable projections available to users which are not familiar with R. The web application allows to upload data, validate it and conduct lifetable projections.

## Installation

You can install the development version of lifetableprojection from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("cimentadaj/lifetableprojection")
```

## Example

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

```{r example, eval = FALSE}
library(lifetableprojection)
run_app()
```