项目作者: larmarange

项目描述 :
Manipulating labelled vectors in R
高级语言: R
项目地址: git://github.com/larmarange/labelled.git
创建时间: 2015-07-08T18:24:51Z
项目社区:https://github.com/larmarange/labelled

开源协议:

下载


" class="reference-link">labelled

Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.
Lifecycle:
stable
R-CMD-check
CRAN\_Status\_Badge
Downloads
DOI
Codecov test coverage

This package is built on the new classes haven_labelled and
haven_labelled_spss introduced by haven package to handle labelled
variables imported from SPSS, Stata and SAS. The labelled package
propose several functions to manipulate such vectors and their metadata:
variable labels, value labels and user-defined missing values.

Installation & Documentation

To install stable version:

  1. install.packages("labelled")

Documentation of stable version: https://larmarange.github.io/labelled

To install development version:

  1. remotes::install_github("larmarange/labelled")

Documentation of development version: https://larmarange.github.io/labelled/dev

Introduction

Read the vignette at
https://larmarange.github.io/labelled/articles/intro_labelled.html

Cheatsheet

labelled
cheatsheet

Some general guidelines

  1. Functions are intended to support labelled metadata structures
    only. However, to_labelled() method allows to convert metadata
    from foreign and memisc packages.
  2. Functions should, by default, modify metadata only (i.e. classes and
    attributes), except if explicitly expressed by the user.