R/classify2.R

Defines functions classify2

Documented in classify2

#' runs the classify() function
#' @description Allows to read configuration from file without using GUI.
#' @param file path to the saved configuration
#' @param ... any other parameters to be passed to the
#'   \code{\link{classify}} function
#' @export
#' @import stylo
classify2 = function(file = 'classify_config.txt', ...){
  do.call('stylo::classify', read.config(file, ...))
}
zozlak/styloWorkshop documentation built on May 5, 2019, 1:37 a.m.