| demangle | R Documentation |
demangle(str, status = FALSE)
str |
a character vector to demangle |
status |
a logical value. If |
If status is FALSE
a character vector with elements corresponding
to those in the input str.
These are the human-readable demangled strings.
If there was an error demangling an element of str,
the corresponding element in the result willl be NA.
If status is TRUE, an integer vector.
DTL
demangle("_ZN9wikipedia7article6formatE")
demangle(c("_ZN9wikipedia7article6formatE", "_ZN9Something6Inside6Deeper10deepMethodEv"))
demangle(c("_ZN9wikipedia7article6formatE", "_ZN9Something6Inside6Deeper10deepMethodEv", "bob"), status = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.