as.character.Idf {eplusr} | R Documentation |
Coerce an Idf object into a Character Vector
Description
Coerce an Idf object into a character vector.
Usage
## S3 method for class 'Idf'
as.character(
x,
comment = TRUE,
header = TRUE,
format = eplusr_option("save_format"),
leading = 4L,
sep_at = 29L,
...
)
Arguments
x |
An Idf object. |
comment |
If |
header |
If |
format |
Specific format used when formatting. For details, please see
|
leading |
Leading spaces added to each field. Default: |
sep_at |
The character width to separate value string and field string.
Default: |
... |
Further arguments passed to or from other methods. |
Value
A character vector.
Author(s)
Hongyuan Jia
Examples
## Not run:
idf_path <- system.file("extdata/1ZoneUncontrolled.idf", package = "eplusr")
as.character(read_idf(idf_path, use_idd(8.8, "auto")), leading = 0)
## End(Not run)
[Package eplusr version 0.16.2 Index]