getFFITypeSize | R Documentation |
This function determines the size in bytes of the specified FFI data type on the particular platform.
sizeof(type, ...)
type |
an FFIType object |
... |
additional parameters for methods to define |
an integer giving the size of the specified object.
Duncan Temple Lang
structType
doubleType
sint32Type
, etc.
sizeof(doubleType)
sizeof(floatType)
sizeof(sint32Type)
sizeof(sint16Type)
sizeof(structType(list(d = doubleType, i = sint32Type)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.