mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
19 lines
511 B
R
19 lines
511 B
R
% 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
|
|
}
|