count_na: Count NA

Description Usage Arguments Value Examples

Description

count_na count the number of NA in a vector

Usage

1

Arguments

x

a vector

Value

a tibble

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library("readxl")
read_excel(
path = system.file(
"extdata",
 "panorama.xlsx",
package = "tricky")
) %>%
set_standard_names() %>%
.$ministere_porteur %>%
count_na()

blaquans/tricky documentation built on May 12, 2019, 9:29 p.m.