detect_siren: Detect Siren

Description Usage Arguments Value Examples

Description

detects if a data frame has a column of SIRENE identifier

Usage

1
detect_siren(.data)

Arguments

.data

a data frame

Value

a tibble

Examples

1
2
3
4
5
6
7
8
library("tibble")

table_datadetective <- tibble::tibble(
  v1 = c("123456789", "234567890"),
  v2 = c("1234567890123", "1234567890234")
  )

detect_siren(.data = table_datadetective)

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