Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ernestguevarra/datatools
- Owner: ernestguevarra
- License: other
- Created: 2018-12-11T11:38:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T12:00:22.000Z (about 6 years ago)
- Last Synced: 2024-10-15T21:46:24.976Z (3 months ago)
- Language: R
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ernestguevarra/datatools - Utility functions for working on various types of survey data (R)
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 dataSurvey 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")
```