CAUTION: This function must be used only with packages that follow the
sqlr
system.
keyword_set()
returns a keyword set from the keyword
dataset.
keyword_set(domain_id, language = NULL, package = rutils:::get_package_name())
An integer
or numeric
value indicating the domain ID to
return.
(optional) A string indicating the language constraint of the keywords (case insensitive).
(optional) a string indicating the package with the database
data. If not assigned, the function will try to use the name of the active
project directory (requires the rstudioapi
package).
A character
object with a keyword set.
if (FALSE) {
keyword_set(1, "english")}