read_tabular_M | R Documentation |
Read monthly data in a tabular format (year then 12 columns). Only the first 13 columns are considered, anything on the right of the 13th (e.g. an annual value in some datasets) is ignored.
read_tabular_M(f, ...)
f |
character string, file. |
... |
other arguments passed to function read.table |
A data frame with the following columns:
year
month
value
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.