Package: labelVector 0.1.2

labelVector: Label Attributes for Atomic Vectors

Labels are a common construct in statistical software providing a human readable description of a variable. While variable names are succinct, quick to type, and follow a language's naming conventions, labels may be more illustrative and may use plain text and spaces. R does not provide native support for labels. Some packages, however, have made this feature available. Most notably, the 'Hmisc' package provides labelling methods for a number of different object. Due to design decisions, these methods are not all exported, and so are unavailable for use in package development. The 'labelVector' package supports labels for atomic vectors in a light-weight design that is suitable for use in other packages.

Authors:Benjamin Nutter [aut, cre]

labelVector_0.1.2.tar.gz
labelVector_0.1.2.zip(r-4.6)labelVector_0.1.2.zip(r-4.5)labelVector_0.1.2.zip(r-4.4)
labelVector_0.1.2.tgz(r-4.6-any)labelVector_0.1.2.tgz(r-4.5-any)
labelVector_0.1.2.tar.gz(r-4.6-any)labelVector_0.1.2.tar.gz(r-4.5-any)
labelVector_0.1.2.tgz(r-4.5-emscripten)
labelVector.pdf |labelVector.html
labelVector/json (API)
NEWS

# Install 'labelVector' in R:
install.packages('labelVector', repos = c('https://nutterb.r-universe.dev', 'https://cloud.r-project.org'))

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

4.39 score 5 packages 25 scripts 1.3k downloads 4 exports 0 dependencies

Last updated from:aa9f68ae38. Checks:9 OK. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-x86_64OK118
source / vignettesOK170
linux-release-x86_64OK111
macos-devel-arm64OK115
macos-release-arm64OK100
windows-develOK62
windows-releaseOK71
windows-oldrelOK76
wasm-releaseOK92

Exports:get_labelis_labelledis.labelledset_label

Dependencies:

Labelling Vectors

Rendered fromlabelVector.Rmdusingknitr::knitron Jan 27 2026.

Last update: 2017-12-21
Started: 2017-12-21

Readme and manuals

Help Manual

Help pageTopics
Extract or Replace Parts of Labelled Vectorsextract_labelled [.labelled [<-.labelled
Extract Label Attribute From a Labelled Vectorget_label get_label.data.frame get_label.default
Evaluate if a vector is labelledis.labelled is_labelled
Print Method for Labelled Vectorsprint.labelled
Set the label of an atomic vectorset_label set_label.data.frame set_label.default

  • Image