View source: R/api-interface.R
inPlayoffs | R Documentation |
check if the date is in a playoff period. Note: playoffs are considered from the day after the regular season ends.
inPlayoffs(date = Sys.Date(), boolean = TRUE)
date |
Date to check if it's in a playoffs period |
boolean |
Whether to return a result as TRUE/FALSE (True) or to return the seasonID if the date is in a playoffs |
Either TRUE/FALSE or a seasonID/FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.