as_DSSAT_tbl {DSSAT}R Documentation

Convert tibble to DSSAT_tbl

Description

Convert tibble to DSSAT_tbl

Usage

as_DSSAT_tbl(tbl_in, v_fmt = NULL, tier_info = NULL)

Arguments

tbl_in

a tibble

v_fmt

a character vector specifying the sprintf() format for each column

tier_info

a list of character vectors storing the history of which original table that columns came from for tibbles that are comprised of multiple joined tables

Value

a tibble of class DSSAT_tbl


[Package DSSAT version 0.0.9 Index]