fix: keeps labels modifying factors and creates new factors correctly

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-11 10:17:42 +01:00
commit 32f299880d
No known key found for this signature in database
23 changed files with 676 additions and 80 deletions

19
man/label_report.Rd Normal file
View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils-labels.R
\name{label_report}
\alias{label_report}
\title{Print a tidy summary of column labels}
\usage{
label_report(df, missing_marker = "(no label)")
}
\arguments{
\item{df}{A data frame.}
\item{missing_marker}{String used when a column has no label. Default: \code{"(no label)"}.}
}
\value{
A \code{column / class / label} data frame, printed and returned invisibly.
}
\description{
Print a tidy summary of column labels
}