libffiVersion | R Documentation |
This provides information about the installation-time version of the libffi code.
libffiVersion(asIs = FALSE)
asIs |
a logical value. If |
If asIs
is TRUE
, a string.
If asIs
is FALSE
, an integer vector.
This separates the values in the version string
based on the separator .
and
converts them to integers.
This may lead to NA
values if there are non-integer values.
Duncan Temple Lang
See libffi at https://sourceware.org/libffi/.
libffiVersion()
libffiVersion(asIs = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.