listTestRefEntries: List test reference entries.

View source: R/fcts_deprecated.R

listTestRefEntriesR Documentation

List test reference entries.

Description

DEPRECATED. Use TestRefEntries class instead.

Usage

listTestRefEntries(conn.id, pkgName, limit = 0)

Arguments

conn.id

A valid Biodb connector ID.

pkgName

The name of the

limit

The maximum number of entries to retrieve.

Details

Lists the reference entries in the test folder for a specified connector. The test reference files must be in <pkg>/inst/testref/ folder and their names must match entry-<database_name>-<entry_accession>.json (e.g.: entry-comp.csv.file-1018.json).

Value

A list of entry IDs.

Examples

# List IDs of test reference entries:
biodb::listTestRefEntries('comp.csv.file', pkgName='biodb')


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.