larmarange / Labelled
Manipulating labelled vectors in R
Stars: ✭ 45
Programming Languages
r
7636 projects
Projects that are alternatives of or similar to Labelled
metadata-action
GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
Stars: ✭ 492 (+993.33%)
Mutual labels: metadata, labels
Schemacrawler
Free database schema discovery and comprehension tool
Stars: ✭ 1,021 (+2168.89%)
Mutual labels: metadata
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-53.33%)
Mutual labels: metadata
Configr
Implements the JSON, INI, YAML and TOML parser, for R setting and writing of configuration file.
Stars: ✭ 38 (-15.56%)
Mutual labels: cran
Ml Classify Text Js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
Stars: ✭ 38 (-15.56%)
Mutual labels: labels
Snaptools
Tools to integrate the macOS window environment and command line interface
Stars: ✭ 32 (-28.89%)
Mutual labels: labels
Rust Metaflac
A rust library for reading and writing FLAC metadata.
Stars: ✭ 41 (-8.89%)
Mutual labels: metadata
Paralleldist
R Package: Parallel Distance Matrix Computation using Multiple Threads
Stars: ✭ 37 (-17.78%)
Mutual labels: cran
Datacatalog Connectors
Commons code used by the Data Catalog connectors, and links for the connectors sample code.
Stars: ✭ 40 (-11.11%)
Mutual labels: metadata
Fpp3 Package
All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos <http://OTexts.org/fpp3/>. All packages required to run the examples are also loaded.
Stars: ✭ 43 (-4.44%)
Mutual labels: cran
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
From CRAN:
install.packages("labelled")
Development version from GitHub:
devtools::install_github("larmarange/labelled")
Introduction
Read the vignette at https://larmarange.github.io/labelled/articles/intro_labelled.html
Cheatsheet
Some general guidelines
- Functions are intended to support
labelled
metadata structures only. However,to_labelled()
method allows to convert metadata from foreign and memisc packages. - Functions should, by default, modify metadata only (i.e. classes and attributes), except if explicitly expressed by the user.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].