join_key_namespace: Recycle key and namespace

View source: R/storr.R

join_key_namespaceR Documentation

Recycle key and namespace

Description

Utility function for driver authors

Usage

join_key_namespace(key, namespace)

Arguments

key

A vector of keys

namespace

A vector of namespace

Details

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.

Value

A list with elements n, key and namespace


storr documentation built on April 15, 2025, 5:09 p.m.