future_epw {epwshiftr} | R Documentation |
Create future EPW files using morphed data
Description
Create future EPW files using morphed data
Usage
future_epw(
morphed,
by = c("experiment", "source", "interval"),
dir = ".",
separate = TRUE,
overwrite = FALSE,
full = FALSE
)
Arguments
morphed |
An |
by |
A character vector of columns to be used as grouping variables when creating EPW files. Should be a subset of:
|
dir |
The parent directory to save the generated EPW files. If not
exist, it will be created first. Default: |
separate |
If |
overwrite |
If |
full |
If |
Value
If full
is FALSE
, which is the default, a list of generated eplusr::Epw objects, invisibly.
Otherwise, a data.table with columns:
specified by the
by
value-
epw
: a list of eplusr::Epw -
path
: full paths of the generated EPW files