c_prepare | R Documentation |
This function prepares the data to be used by a C API by transforming each row of the dataframe into a vector of 0s and 1s, where 0 indicates a non-NA value and 1 indicates an NA value.
c_prepare(data)
data |
A dataframe to be prepared for the C API. |
A list of row-vectors, where each vector contains 0s (non-NA) and 1s (NA).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.