NEWS.md
New arguments (and new order of arguments) in prepare_data()
:
* text_column
: Any character column can be specified as as the column containing the main textual data (not only ‘Text’ as before). Thanks to @discoleo for suggestion (#31).
Changes in reserved column names (see ?prepare_data
for details). In particular, Year
is now allowed.
Added warning that the ‘run_document_extractor()’ app will be removed in a future version of corporaexplorer.
columns_for_ui_checkboxes
argument to prepare_data() in order to include sidebar checkboxes for convenient filtering by categorical variable/column (not necessarily factor type, but most helpful when limited number of values in the variable) in the explorer app (explore()
).run_corpus_explorer()
is deprecated and replaced with explore()
.
explore()
works in the precise same way as run_corpus_explorer()
, but is faster to type and makes a nice pair with the new explore0()
function (see below).run_corpus_explorer()
still works (as a thin wrapper to explore()
), but yields a warning.normalise
argument from prepare_data()
within_group_identifier
and tile_length_range
arguments in prepare_data()
(leading to new order of arguments)explore0()
, a convenience function to directly explore a data frame or character vector without first creating a ‘corporaexplorerobject’ with prepare_data()
.janeaustenr
and sotu
packages, respectively. See run_janeausten_app()
and run_sotu_app()
search_options
argument to run_corpus_explorer()
, and moved the arguments use_matrix
, regex_engine
, optional_info
, allow_unreasonable_patterns
there.plot_options
argument (with several possibilities to customise plot colours etc.) to run_corpus_explorer()
, and moved the max_docs_in_wall_view
setting there.ui_options
argument to run_corpus_explorer().search_input
argument to run_corpus_explorer().