README.md

readSX

Lifecycle:
stable CRAN
status R-CMD-check Codecov test
coverage

The goal of readSX is to import survey data collected from the proprietary service SurveyXact. SurveyXact exports data in multiple tables: raw data, variable labels (and types), and value labels.

Installation

install.packages("readSX")

You can install the development version of readSX like so:

library(devtools)
devtools::install_github("sda030/readSX")

Example

library(readSX)
ex_survey2_xlsx <-
      read_surveyxact(filepath =
                      system.file("extdata", "ex_survey2.xlsx",
                      package = "readSX", mustWork = TRUE))

Features

TODO:



Try the readSX package in your browser

Any scripts or data that you put into this service are public.

readSX documentation built on March 31, 2023, 10:28 p.m.