small_table: A small table that is useful for testing

small_tableR 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 the date column. Time values are somewhat randomized but all 'seconds' values are 00.

date

A Date column with dates from 2016-01-04 to 2016-01-30.

a

An integer column with values ranging from 1 to 8.

b

A character column with values that adhere to a common pattern.

c

An integer column with values ranging from 2 to 9. Contains two NA values.

d

A numeric column with values ranging from 108 to 10000.

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)


rich-iannone/pointblank documentation built on March 29, 2024, 6:24 a.m.