listTestRefEntries {biodb}R Documentation

List test reference entries.

Description

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

Usage

listTestRefEntries(conn.id, limit = 0)

Arguments

conn.id

A valid Biodb connector ID.

limit

The maximum number of entries to retrieve.

Value

A list of entry IDs.

Examples

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


[Package biodb version 1.0.4 Index]