specifications | R Documentation |
The specifications
dataset is useful for testing the
col_vals_within_spec()
, test_col_vals_within_spec()
, and
expect_col_vals_within_spec()
functions. For each column, holding character
values for different specifications, rows 1-5 contain valid values, the 6th
row is an NA value, and the final two values (rows 7 and 8) are invalid.
Different specification (spec
) keywords apply to each of columns when
validating with any of the aforementioned functions.
specifications
A tibble with 8 rows and 12 variables:
ISBN-13 numbers; can be validated with the "isbn"
specification.
VIN numbers (identifiers for motor vehicles); can be
validated with the "vin"
specification.
Postal codes for the U.S.; can be validated with the
"postal[USA]"
specification or its "zip"
alias.
Credit card numbers; can be validated with the
"credit_card"
specification or the "cc"
alias.
IBAN numbers for Austrian accounts; can be validated with
the "iban[AUT]"
specification.
Swift-BIC numbers; can be validated with the "swift"
specification.
Phone numbers; can be validated with the "phone"
specification.
Email addresses; can be validated with the "email"
specification.
URLs; can be validated with the "url"
specification.
IPv4 addresses; can be validated with the "ipv4"
specification
IPv6 addresses; can be validated with the "ipv6"
specification
MAC addresses; can be validated with the "mac"
specification
14-3
Other Datasets:
game_revenue
,
game_revenue_info
,
small_table
,
small_table_sqlite()
# Here is a glimpse at the data
# available in `specifications`
dplyr::glimpse(specifications)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.