| shard_get_adapter | R Documentation |
Retrieves the registered adapter for an object's class. Checks all classes in the object's class hierarchy, returning the first matching adapter.
shard_get_adapter(x)
x |
An R object. |
The adapter list if one is registered for any of the object's classes, or NULL if no adapter is registered.
shard_get_adapter(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.