Description Usage Arguments Details Value Author(s) See Also Examples
A function that prints the requested monthly calendar. The function
relies on pipe
and the Unix routine cal
.
1 | Rcal(month, year)
|
month |
An optional argument, if supplied a number between 1 and 12. |
year |
An optional argument, if supplied a year. |
By default this prints the calendar for the current month and year. Otherwise if a month and year are given and then the calendar for that month and year is printed.
No value is returned.
R. Gentleman
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.