Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrie/surveydata
R package with tools to manipulate survey data (typically originating from SPSS export)
https://github.com/andrie/surveydata
r r-package rstats
Last synced: 11 days ago
JSON representation
R package with tools to manipulate survey data (typically originating from SPSS export)
- Host: GitHub
- URL: https://github.com/andrie/surveydata
- Owner: andrie
- Created: 2011-08-08T13:00:32.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T19:51:57.000Z (over 1 year ago)
- Last Synced: 2024-09-23T06:49:04.950Z (about 2 months ago)
- Topics: r, r-package, rstats
- Language: R
- Homepage: http://andrie.github.io/surveydata/
- Size: 3.21 MB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```# surveydata
[![R build status](https://github.com/andrie/surveydata/workflows/R-CMD-check/badge.svg)](https://github.com/andrie/surveydata/actions)
[![](http://www.r-pkg.org/badges/version/surveydata)](http://www.r-pkg.org/pkg/surveydata)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/surveydata)](http://www.r-pkg.org/pkg/surveydata) [![Coverage Status](http://img.shields.io/codecov/c/github/andrie/surveydata/main.svg)](https://codecov.io/github/andrie/surveydata?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/surveydata)](https://CRAN.R-project.org/package=surveydata)```{r, child = rprojroot::find_package_root_file("inst/vignette_child/child.Rmd")}
```