Description Usage Arguments Details Examples
Expand details of a wbs in a data.frame
or a wbs
vector.
1 2 3 4 5 6 7 | wbs_expand(x, .wbs_col = NULL, ...)
## S3 method for class 'wbs'
wbs_expand(x, ...)
## S3 method for class 'data.frame'
wbs_expand(x, .wbs_col = NULL, ...)
|
x |
Object to be expanded. |
.wbs_col |
If |
... |
Arguments passed to methods. |
wbs_expand
is a generic function for which methods can be written.
1 2 3 4 5 | x <- as_wbs(c("1", "1.1", "1.1.1", "1.2"))
wbs_expand(x)
df <- data.frame(wbs = x, value = runif(length(x)))
wbs_expand(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.