mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
variable type filter
This commit is contained in:
parent
7d9e5a8f00
commit
9b966e9b9c
12 changed files with 308 additions and 757 deletions
|
|
@ -156,7 +156,7 @@ overview_vars <- function(data) {
|
|||
|
||||
dplyr::tibble(
|
||||
class = get_classes(data),
|
||||
type = get_classes(data),
|
||||
type = data_type(data),
|
||||
name = names(data),
|
||||
n_missing = unname(colSums(is.na(data))),
|
||||
p_complete = 1 - n_missing / nrow(data),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue