R/bef.tematres.api.R

Defines functions bef.tematres.api

Documented in bef.tematres.api

#' Basic tematres API via rtematres
#'
#' This function queries a tematres thesaurus via the rtematres api package.
#'
#' @param ... Any task or term to be passed to the rtematres package
#' @import rtematres
#' @export bef.tematres.api

bef.tematres.api <- function(...) {
      rtematres.api.do(...)
}

Try the rbefdata package in your browser

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

rbefdata documentation built on May 2, 2019, 8:39 a.m.