Description Usage Arguments Value Examples
maturing
Create or test for objects of type "wbs". Parameters sep
and width
are not presently implemented.
See wbs_check()
for more details on wbs validity checks.
1 2 3 |
x |
Object to be coerced or tested. |
sep |
Not yet implemented. String to split wbs on. Default is ".". Will not be
used if |
width |
Not yet implemented. Integer width that defines a wbs level in the overall
string. Overrides |
.force |
Logical whether to create the wbs even if an invalid entry is detected. |
as_wbs()
attempts to coerce its argument to a wbs type. The input object x
is first
coerced with as.character()
. The result is a vector of equal length to x
.
is.character
returns TRUE
or FALSE
depending on whether its argument is of wbs type or not.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.