Learn R Programming

DSSAT (version 0.0.9)

add_col_widths: Adds width as a attribute to each column from a list of tibbles

Description

Adds width as a attribute to each column from a list of tibbles

Usage

add_col_widths(tbl_list, fwf_pos)

Value

a tibble containing the data from the raw DSSAT file

Arguments

tbl_list

a list of tibbles

fwf_pos

a list of returns from fwf_position() with length that matches length of tbl_list