get_terms {CTDquerier}R Documentation

Getter to obtain the terms used to perform a query into CTDbase

Description

Getter to obtain the terms used to perform a query into CTDbase

Usage

get_terms(object)

Arguments

object

Object of class CTDdata.

Value

A list with two accessors: "used" for the terms that exsist in CTDbase, and "lost" with the terms that do not existi in CTDbase.

Examples

data("gala")
get_terms(gala)[["lost"]]

[Package CTDquerier version 1.0.0 Index]