Description Usage Arguments Details Value
Utility function for driver authors
1 | join_key_namespace(key, namespace)
|
key |
A vector of keys |
namespace |
A vector of namespace |
This exists to join, predictably, keys and namespaces for
operations like mget
. Given a vector or scalar for
key
and namespace
we work out what the required
length is and recycle key
and namespace
to the
appropriate length.
A list with elements n
, key
and namespace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.