Description Usage Arguments Value Examples
View source: R/uniqueness_data.R
Description
1 | uniqueness_data(.data, .cols, .type = c("source", "target"))
|
.data |
A Dataframe |
.cols |
Column as character vector |
.type |
either source or target |
A dataframe
1 | uniqueness_data(table_source[1:100, ], c("name", "iso3", "city", "address"), "source")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.