| 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
POSIXctclass) with dates that correspond exactly to those in thedatecolumn. Time values are somewhat randomized but all 'seconds' values are00.- date
A
Datecolumn with dates from2016-01-04to2016-01-30.- a
An
integercolumn with values ranging from1to8.- b
A
charactercolumn with values that adhere to a common pattern.- c
An
integercolumn with values ranging from2to9. Contains twoNAvalues.- d
A numeric column with values ranging from
108to10000.- e
A
logicalcolumn.- f
A
charactercolumn 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)