Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ernestguevarra/datatools

Utility functions for working on various types of survey data
https://github.com/ernestguevarra/datatools

Last synced: about 1 month ago
JSON representation

Utility functions for working on various types of survey data

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# datatools: Utility functions for working on various types of survey data

Survey data comes in various structures depending on what instruments were used to collect them. Working with such data requires application of specific data processing routines to produce a dataset that can be used for further appropriate data analysis. This package contains various utility functions that can be used for these purposes.

## Installation

`datatools` has not yet been released on CRAN.

You can install the development version of datatools as follows:

``` {r install, echo = TRUE, eval = FALSE}
if(!require(devtools)) install.packages("devtools")
devtools::install_github("validmeasures/datatools")
```