add_col_widths {DSSAT}R Documentation

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)

Arguments

tbl_list

a list of tibbles

fwf_pos

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

Value

a tibble containing the data from the raw DSSAT file


[Package DSSAT version 0.0.9 Index]