R/stylo2.R

Defines functions stylo2

Documented in stylo2

#' runs the stylo() 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{stylo}} function
#' @export
#' @import stylo
stylo2 = function(file = 'stylo_config.txt', ...){
  do.call('stylo::stylo', read.config(file, ...))
}
zozlak/styloWorkshop documentation built on May 5, 2019, 1:37 a.m.