| as.character.tcc_cstring | R Documentation |
tcc_cstring object to an R stringConvert a tcc_cstring object to an R string
## S3 method for class 'tcc_cstring'
as.character(x, ...)
x |
A |
... |
Ignored. |
A character scalar containing the string value. Returns the
cached R copy when available; otherwise reads the current NUL-terminated
C string from x$ptr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.