Skip to content
/ sss Public

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

Notifications You must be signed in to change notification settings

andrie/sss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e06d3e · Dec 11, 2024
Dec 11, 2024
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Aug 4, 2020
Sep 18, 2020
Jan 26, 2024
Dec 15, 2021
Jul 31, 2019
Dec 14, 2021
Jan 26, 2024
Jan 26, 2024
Sep 18, 2020
Jan 26, 2024
Mar 31, 2024
Mar 31, 2024
Mar 28, 2017
Dec 14, 2021
Jan 26, 2024
Jan 26, 2024
Jul 30, 2019

Repository files navigation

sss

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

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 using:

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

Stars

Watchers

Forks

Packages

No packages published

Languages