| exibble | R Documentation |
A toy example tibble for testing with gt: exibble
Description
This tibble contains data of a few different classes, which makes it
well-suited for quick experimentation with the functions in this package. It
contains only eight rows with numeric, character, and factor columns. The
last 4 rows contain NA values in the majority of this tibble's columns (1
missing value per column). The date, time, and datetime columns are
character-based dates/times in the familiar ISO 8601 format. The row and
group columns provide for unique rownames and two groups (grp_a and
grp_b) for experimenting with the gt() function's rowname_col and
groupname_col arguments.
Usage
exibble
Format
A tibble with 8 rows and 9 variables:
- num
A numeric column ordered with increasingly larger values.
- char
A character column composed of names of fruits from
atoh.- fctr
A factor column with numbers from
1to8, written out.- date, time, datetime
Character columns with dates, times, and datetimes.
- currency
A numeric column that is useful for testing currency-based formatting.
- row
A character column in the format
row_Xwhich can be useful for testing with row labels in a table stub.- group
A character column with four
grp_avalues and fourgrp_bvalues which can be useful for testing tables that contain row groups.
Dataset ID and Badge
DATA-6

Dataset Introduced
v0.2.0.5 (March 31, 2020)
See Also
Other datasets:
constants,
countrypops,
films,
gibraltar,
gtcars,
illness,
metro,
nuclides,
peeps,
photolysis,
pizzaplace,
reactions,
rx_addv,
rx_adsl,
sp500,
sza,
towny
Examples
exibble