rtematres.api.search {rtematres} | R Documentation |
A tematres base api based function to search the server
Description
Search a Tematres thesaurus via keywords. This function is a wrapper and so it calls the appropriate funtions depending on the search task.
Usage
rtematres.api.search(term, task = "search")
Arguments
term |
The term you are looking for |
task |
Defines behavior on search. Defaults to "search" but can also be "broader" (look for upward definitions) and "narrower" (looking for downward definitions). |
Value
The function returns a vector of keywords
[Package rtematres version 0.2 Index]