R/CTDQuery-get_terms.R

#' @describeIn CTDdata Return a list with the terms found to create the object.
setMethod(
    f = "get_terms",
    signature = "CTDdata",
    definition = function(object) {
        return(list(
            "found" = object@terms[ , 1 ],
            "lost" = object@losts
        ))
    }
)

Try the CTDquerier package in your browser

Any scripts or data that you put into this service are public.

CTDquerier documentation built on Oct. 31, 2019, 2:57 a.m.