| export_browser_topic_words | R Documentation | 
Exports the tw.json representation of the topic-word matrix as used
by dfr-browser. Use this to customize the output (e.g. by changing the
weighting of words in topics).
export_browser_topic_words( file, keys, alpha, digits = 4, overwrite, index, permute )
file | 
 output file name  | 
keys | 
 data frame with   | 
alpha | 
 vector of topic hyperparameters a. The number of topics K is guessed from the length of this vector, so even if the alpha parameter is not meaningful, supply a vector of zeroes of length equal to K.  | 
digits | 
 numerical rounding (passed on to
  | 
overwrite | 
 clobber existing file?  | 
index | 
 if non-NULL, output is assumed to go into an element with ID
  | 
permute | 
 if non-NULL, exported topic   | 
export_browser_data for a more automated export of
all model information at once
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.