Description Usage Arguments Details Value Note Examples
This function returns TRUE if your NHL team plays on the specified date and FALSE otherwise
1  | 
team | 
 The name of your team. Defaults to   | 
date | 
 The specified date to check. Defaults to today's date.  | 
You know the problem: You're in your office writing R code and suddenly have the urge to check whether your NHL team has a game today. Before you know it you just wasted 15 minutes browsing the lastest news on your favorite hockey webpage. Suffer no more! You can now ask R directly, without tempting yourself by firing up your web browser.
Logical TRUE if team has a NHL game today,
FALSE otherwise
case in team is ignored
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.