-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
37 lines (27 loc) · 1.23 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: 'Age Pyramids in R'
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup-hunk, child="man/rmdhunks/setup.Rmd"}
```
# apyramid
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/apyramid)](https://CRAN.R-project.org/package=apyramid)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/apyramid)](https://CRAN.R-project.org/package=apyramid)
[![Codecov test coverage](https://app.codecov.io/gh/R4EPI/apyramid/branch/master/graph/badge.svg)](https://app.codecov.io/gh/R4EPI/apyramid?branch=master)
<!-- badges: end -->
<!--
NOTE: If you want to change anything here, please edit the files listed below.
-->
```{r introduction-hunk, child="man/rmdhunks/introduction.Rmd"}
```
```{r linelist-example-hunk, child="man/rmdhunks/linelist-example.Rmd"}
```
```{r pre-aggregated-example-hunk, child = "man/rmdhunks/pre-aggregated-example.Rmd"}
```
```{r survey-example-hunk, child="man/rmdhunks/survey-example.Rmd"}
```
```{r related-packages-hunk, child="man/rmdhunks/related-packages.Rmd"}
```