list_containers_records {databraryr}R Documentation

List Containers and Records In Databrary Volume.

Description

[Deprecated]

This function has been deprecated and may be removed in a future release. See get_volume_by_id() for related functionality.

Usage

list_containers_records(vol_id = 1, vb = FALSE)

Arguments

vol_id

Databrary volume number.

vb

A Boolean value. If TRUE provides verbose output.

Value

A list with containers and records from the specified volume.

Examples


list_containers_records() # Containers and records from volume 1.
#' 


[Package databraryr version 0.6.4 Index]