format_var_imp | R Documentation |
Publication ready formatting of the output of extract_var_imp()
. Separate
the term from the part of the record it was found in; uses "&" and "|" to
identify non-consecutive n-grams and redundant terms; reduce numeric values
to significant digits.
format_var_imp(var_imp, as_data_frame = TRUE)
var_imp |
A data frame produced by |
as_data_frame |
Whether to format the output as data frame or as text. |
A formatted data frame or a string of text, depending on the
as_data_frame
argument.
## Not run: output <- extract_var_imp("Session1") format_var_imp(output) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.