forked from dannyparsons/naflex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
27 lines (22 loc) · 1.21 KB
/
README.Rmd
File metadata and controls
27 lines (22 loc) · 1.21 KB
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# naflex: Flexible options for handling missing values
<!-- badges: start -->
[](https://github.com/dannyparsons/naflex/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/dannyparsons/naflex)
[](https://www.repostatus.org/#active)
[](https://cran.r-project.org/package=naflex)
[-lightgrey.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[](https://zenodo.org/badge/latestdoi/242815229)
<!-- badges: end -->
```{r child="vignettes/fragments/overview.Rmd"}
```