read_tabular_M: Read tabular data

View source: R/ReadAndWrite.R

read_tabular_MR Documentation

Read tabular data

Description

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.

Usage

read_tabular_M(f, ...)

Arguments

f

character string, file.

...

other arguments passed to function read.table

Value

A data frame with the following columns:

  1. year

  2. month

  3. value

Examples

#

benRenard/BFunk documentation built on July 20, 2022, 7:07 a.m.