mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀
This commit is contained in:
parent
4cf4bd0499
commit
6d545337de
328 changed files with 12930 additions and 1662 deletions
27
reference/data_description.md
Normal file
27
reference/data_description.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Ultra short data dascription
|
||||
|
||||
Ultra short data dascription
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
data_description(data, data_text = "Data")
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- data:
|
||||
|
||||
## Value
|
||||
|
||||
character vector
|
||||
|
||||
## Examples
|
||||
|
||||
``` r
|
||||
data.frame(
|
||||
sample(1:8, 20, TRUE),
|
||||
sample(c(1:8, NA), 20, TRUE)
|
||||
) |> data_description()
|
||||
#> Error in data_description(data.frame(sample(1:8, 20, TRUE), sample(c(1:8, NA), 20, TRUE))): object 'i18n' not found
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue