Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

sss

R build status Lifecycle: stable codecov CRAN status CRAN RStudio mirror downloads

The sss package provides functions to import triple-s XML files into R. The package supports sss files in both .asc and .csv format.

Installation

You can install the released version of sss from CRAN with:

install.packages("sss")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("andrie/sss")

System dependencies

A previous version of this package imported the XML package, but from version 0.1 the package imports xml2. The xml2 package depends on the libxml2 library. If you run your code on linux, you may have to manually install libxml2:

  • libxml2-dev (Debian, Ubuntu)
  • libxml2-devel (Red Hat, CentOS, Fedora)

The triple-s standard

triple-s is a standard to transfer survey data between applications.

Example

This is a basic example which shows you how to solve a common problem:

library(sss)
## basic example code

About

R package to import files in the triple-s (Standard Survey Structure) format.

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.