View source: R/read_aerscreen_inp.R
read_aerscreen_inp | R Documentation |
Read an aerscreen.inp file or text into an AERSCREEN input table.
read_aerscreen_inp(path, as_one_df = TRUE)
path |
A path to a file or data as a character string. |
as_one_df |
|
## Not run: aerscreen_inp <- new_aerscreen() write_aerscreen(aerscreen_inp, "aerscreen.inp") read_aerscreen_inp(file = "aerscreen.inp") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.