View source: R/tidy_seasons_meta.R
tidy_seasons_meta | R Documentation |
The function tidy_seasons_meta()
is meant to be a user-friendly way of getting metadata about
NHL seasons.
tidy_seasons_meta(
keep_id = FALSE,
return_datatable = getOption("tidynhl.data.table", TRUE)
)
keep_id |
(optional) Logical indicating if the IDs of different dimensions should be
returned. Default to |
return_datatable |
(optional) Logical indicating whether or not a data.table should be
returned. Default can be set globally with |
# Allowing large outputs for the pkgdown website
options(width = 1000L)
# Get metadata of NHL seasons
tidy_seasons_meta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.