mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 13:29:06 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@32f299880d 🚀
This commit is contained in:
parent
ed978f2ae9
commit
602d551a4a
179 changed files with 1527 additions and 705 deletions
20
reference/extract_labels.md
Normal file
20
reference/extract_labels.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Extract column labels from a data frame
|
||||
|
||||
Extract column labels from a data frame
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
extract_labels(df)
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- df:
|
||||
|
||||
A data frame.
|
||||
|
||||
## Value
|
||||
|
||||
A named character vector of label strings (only labelled columns
|
||||
included).
|
||||
Loading…
Add table
Add a link
Reference in a new issue