small_table | R Documentation |
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.
small_table
A tibble with 13 rows and 8 variables:
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
.
A Date
column with dates from 2016-01-04
to 2016-01-30
.
An integer
column with values ranging from 1
to 8
.
A character
column with values that adhere to a common pattern.
An integer
column with values ranging from 2
to 9
. Contains
two NA
values.
A numeric column with values ranging from 108
to 10000
.
A logical
column.
A character
column with "low"
, "mid"
, and "high"
values.
14-1
Other Datasets:
game_revenue
,
game_revenue_info
,
small_table_sqlite()
,
specifications
# Here is a glimpse at the data
# available in `small_table`
dplyr::glimpse(small_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.