R/readKeywords.R

Defines functions readKeywords

readKeywords <- function() {
  # Read all keywords
  objkw <- objKeywords$keywords %>% as.character()
  outkw <- outputKeywords$keyword %>% as.character()
  inkw <- inputKeywords
  conskw <- constraintKeywords
  scenskw <- scenariosKeywords

  return(list(objkw, outkw, inkw, conskw, scenskw))
}

Try the oRus package in your browser

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

oRus documentation built on July 8, 2020, 5:17 p.m.