Description Usage Arguments Details Value Note Examples
This function returns TRUE if your NHL team plays today and FALSE otherwise
1 | gday(team.name)
|
team.name |
The name of your team |
You know then 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.name
has a NHL game today,
FALSE
otherwise
case in team.name
is ignored
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.