inst/doc/quick-start.R

## ---- eval = F-----------------------------------------------------------
#  # Give the free form text
#  doc <- "In this sentence we will talk about ribosomal chaperone activity. In this sentence we will talk about nothing. Here we discuss obsolete molecular terms."
#  
#  # Load in the included term document matrix for the terms
#  data("TDM.go.df")
#  
#  # Pipe output and log to /dev/null
#  output = "/dev/null"
#  log = "/dev/null"
#  
#  # Run the function
#  goldi(doc = doc,
#    term_tdm = TDM.go.df,
#    output = output,
#    log = log,
#    object = TRUE)

Try the goldi package in your browser

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

goldi documentation built on May 2, 2019, 3:43 a.m.