All Projects → larmarange → Labelled

larmarange / Labelled

Manipulating labelled vectors in R

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
Onnx R
R Interface to Open Neural Network Exchange (ONNX)
Stars: ✭ 31 (-31.11%)
Mutual labels:  cran
Nanotime
Nanosecond Resolution Time Functionality for R
Stars: ✭ 39 (-13.33%)
Mutual labels:  cran
Rcppexamples
Examples of using Rcpp to interface R and C++
Stars: ✭ 33 (-26.67%)
Mutual labels:  cran
Intrval
Relational Operators for Intervals
Stars: ✭ 41 (-8.89%)
Mutual labels:  cran
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
Liger
Lightweight Iterative Gene set Enrichment in R
Stars: ✭ 44 (-2.22%)
Mutual labels:  cran
Yoast Seo For Typo3
Yoast SEO plugin for TYPO3
Stars: ✭ 43 (-4.44%)
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
Fairdatapoint
Stars: ✭ 31 (-31.11%)
Mutual labels:  metadata
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-2.22%)
Mutual labels:  labels
Touhou Tagger
从 THBWiki 自动填写东方Project CD曲目信息.
Stars: ✭ 29 (-35.56%)
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
Traileraddict.bundle
Stars: ✭ 44 (-2.22%)
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

labelled

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Lifecycle: stable R build status CRAN_Status_Badge Rdoc Downloads DOI

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

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.
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].