mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
17 lines
396 B
Text
17 lines
396 B
Text
|
|
% Generated by roxygen2: do not edit by hand
|
||
|
|
% Please edit documentation in R/utils-labels.R
|
||
|
|
\name{extract_labels}
|
||
|
|
\alias{extract_labels}
|
||
|
|
\title{Extract column labels from a data frame}
|
||
|
|
\usage{
|
||
|
|
extract_labels(df)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{df}{A data frame.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
A named character vector of label strings (only labelled columns included).
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Extract column labels from a data frame
|
||
|
|
}
|