mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +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
23
reference/label_report.md
Normal file
23
reference/label_report.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Print a tidy summary of column labels
|
||||
|
||||
Print a tidy summary of column labels
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
label_report(df, missing_marker = "(no label)")
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- df:
|
||||
|
||||
A data frame.
|
||||
|
||||
- missing_marker:
|
||||
|
||||
String used when a column has no label. Default: `"(no label)"`.
|
||||
|
||||
## Value
|
||||
|
||||
A `column / class / label` data frame, printed and returned invisibly.
|
||||
Loading…
Add table
Add a link
Reference in a new issue