| future_epw | R Documentation | 
Create future EPW files using morphed data
future_epw(
  morphed,
  by = c("experiment", "source", "interval"),
  dir = ".",
  separate = TRUE,
  overwrite = FALSE,
  full = FALSE
)
| 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  | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.