small_table {pointblank} | R Documentation |
A small table that is useful for testing
Description
This is a small table with a few different types of columns. It's probably
just useful when testing the functions from pointblank. Rows 9 and 10 are
exact duplicates. The c
column contains two NA
values.
Usage
small_table
Format
A tibble with 13 rows and 8 variables:
- date_time
A date-time column (of the
POSIXct
class) with dates that correspond exactly to those in thedate
column. Time values are somewhat randomized but all 'seconds' values are00
.- date
A
Date
column with dates from2016-01-04
to2016-01-30
.- a
An
integer
column with values ranging from1
to8
.- b
A
character
column with values that adhere to a common pattern.- c
An
integer
column with values ranging from2
to9
. Contains twoNA
values.- d
A numeric column with values ranging from
108
to10000
.- e
A
logical
column.- f
A
character
column with"low"
,"mid"
, and"high"
values.
Function ID
14-1
See Also
Other Datasets:
game_revenue
,
game_revenue_info
,
small_table_sqlite()
,
specifications
Examples
# Here is a glimpse at the data
# available in `small_table`
dplyr::glimpse(small_table)