View source: R/get_output_meta.R
get_output_meta | R Documentation |
Helper Function: Get Metadata of Outputs ('A_LEVEL.out', 'T_LEVEL.out')
get_output_meta(output)
output |
imported output as retrieved by |
returns metainformation list with sublists "general" and "units" of imported 'A_LEVEL.out' or 'T_LEVEL.out' file
test_file <- function(x) system.file("extdata/model/test", x, package = "kwb.hydrus1d") alevel <- read_alevel(path = test_file("A_LEVEL.out")) get_output_meta(alevel) tlevel <- read_tlevel(path = test_file("T_LEVEL.out")) get_output_meta(tlevel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.